Update compose to set correct permissions for data directory
This commit is contained in:
parent
5194ba8213
commit
609bd5dd34
1 changed files with 2 additions and 0 deletions
|
|
@ -9,3 +9,5 @@ services:
|
||||||
- ./custom:/var/www/custom:z
|
- ./custom:/var/www/custom:z
|
||||||
ports:
|
ports:
|
||||||
- "4040:80"
|
- "4040:80"
|
||||||
|
command: >
|
||||||
|
bash -c "chown -R www-data:www-data /var/www/custom/data && apache2-foreground"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue