make sure app_key is issued

This commit is contained in:
hackerESQ
2024-09-05 21:49:06 -05:00
parent acb2866eb1
commit 9a99686db1
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ services:
expose:
- "9000"
volumes:
- .:/var/www/app
- .:/var/www/app:delegated
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
- .:/var/www/app:delegated
depends_on:
- app
networks: