Update docker-compose.prod.yml
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m7s
All checks were successful
Deploy App / build-and-deploy (push) Successful in 2m7s
This commit is contained in:
@@ -12,6 +12,7 @@ services:
|
|||||||
image: nginx:1.27
|
image: nginx:1.27
|
||||||
volumes:
|
volumes:
|
||||||
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
|
- .:/var/www/html
|
||||||
ports:
|
ports:
|
||||||
- '${APP_PORT:-80}:80'
|
- '${APP_PORT:-80}:80'
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user