This commit is contained in:
hackerESQ
2025-01-26 11:20:52 -06:00
parent e8ec94bfa8
commit 05174e93ad
6 changed files with 26 additions and 10 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ services:
tty: true
ports:
- "${APP_PORT:-8000}:80"
env_file: .env
volumes:
- ./storage:/var/www/app/storage:delegated
depends_on:
- mysql
- redis