Update docker-compose.prod.yml
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m15s

This commit is contained in:
2025-08-31 07:52:41 +02:00
parent 5562f1e32c
commit bfcb2d9a59

View File

@@ -12,7 +12,7 @@ services:
image: nginx:1.27
volumes:
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
- .:/var/www/html
- ./public:/var/www/html/public:ro
ports:
- '${APP_PORT:-80}:80'
depends_on: