wip
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ services:
|
||||
expose:
|
||||
- "9000"
|
||||
volumes:
|
||||
- .:/var/www/app:delegated
|
||||
- .:/var/www/app
|
||||
depends_on:
|
||||
- mysql
|
||||
networks:
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
- "${APP_PORT:-8000}:80"
|
||||
volumes:
|
||||
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||
- .:/var/www/app:delegated
|
||||
- .:/var/www/app
|
||||
depends_on:
|
||||
- app
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user