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:
- "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: