This commit is contained in:
hackerESQ
2024-09-05 21:43:29 -05:00
parent 071edabc97
commit acb2866eb1
+2 -2
View File
@@ -12,7 +12,7 @@ services:
expose: expose:
- "9000" - "9000"
volumes: volumes:
- .:/var/www/app:delegated - .:/var/www/app
depends_on: depends_on:
- mysql - mysql
networks: networks:
@@ -26,7 +26,7 @@ services:
- "${APP_PORT:-8000}:80" - "${APP_PORT:-8000}:80"
volumes: volumes:
- ./docker/nginx.conf:/etc/nginx/conf.d/default.conf - ./docker/nginx.conf:/etc/nginx/conf.d/default.conf
- .:/var/www/app:delegated - .:/var/www/app
depends_on: depends_on:
- app - app
networks: networks: