forked from leftypol/leftypol
docker: compose mount local-www as root directory in nginx
This commit is contained in:
parent
ffaad8dbb8
commit
0d2a441eb0
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./:/code
|
||||
- ./local-www:/var/www/html
|
||||
- ./docker/nginx/leftypol.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./docker/nginx/proxy.conf:/etc/nginx/conf.d/proxy.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue