Update compose.yaml to include assets directory in chown command
This commit is contained in:
parent
c3f979519f
commit
1ee0e0f0a0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,4 +10,4 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "4040:80"
|
- "4040:80"
|
||||||
command: >
|
command: >
|
||||||
bash -c "chown -R www-data:www-data /var/www/custom/data && apache2-foreground"
|
bash -c "chown -R www-data:www-data /var/www/custom/data /var/www/custom/assets && apache2-foreground"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue