Update docker-compose.prod.yml
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m15s
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m15s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user