Skip to content

Commit

Permalink
command update
Browse files Browse the repository at this point in the history
  • Loading branch information
wardviaene committed Aug 2, 2018
1 parent 5d816c6 commit d6087f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress-volumes/wordpress-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- name: wordpress
image: wordpress:4-php7.0
# uncomment to fix perm issue, see also https://github.com/kubernetes/kubernetes/issues/2630
# command: ['bash', '-c', 'chown www-data:www-data /var/www/html/wp-content/uploads && apache2-foreground']
# command: ['bash', '-c', 'mkdir -p /var/www/html/wp-content/uploads; chown www-data:www-data /var/www/html/wp-content/uploads && docker-entrypoint.sh apache2-foreground']
ports:
- name: http-port
containerPort: 80
Expand Down

0 comments on commit d6087f1

Please sign in to comment.