도커 컴포즈 파일 수정(bad gateway issue)
This commit is contained in:
@@ -40,7 +40,7 @@ services:
|
||||
ports:
|
||||
- "9090:80"
|
||||
volumes:
|
||||
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./logs/nginx:/var/log/nginx
|
||||
depends_on:
|
||||
backend:
|
||||
|
||||
Reference in New Issue
Block a user