Update docker-compose.prod.yml
This commit is contained in:
@@ -9,10 +9,9 @@ services:
|
||||
- laravel
|
||||
|
||||
nginx:
|
||||
image: nginx:1.27
|
||||
volumes:
|
||||
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./public:/var/www/html/public:ro
|
||||
build:
|
||||
context: .
|
||||
target: nginx
|
||||
ports:
|
||||
- '${APP_PORT:-80}:80'
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user