Skip to content

Commit

Permalink
Merge pull request wardviaene#1 from ADeane6/master
Browse files Browse the repository at this point in the history
Update wordpress cmd to fix uploads permissions and apache cmd
  • Loading branch information
wardviaene authored Oct 13, 2017
2 parents 5fc97cd + c1937f7 commit 706e6a5
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/upload', '&&', 'apache2', '-DFOREGROUND']
# command: ['bash', '-c', 'chown www-data:www-data /var/www/html/wp-content/uploads && apache2-foreground']
ports:
- name: http-port
containerPort: 80
Expand Down

0 comments on commit 706e6a5

Please sign in to comment.