도커 컴포즈 파일 수정(bad gateway issue)
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 13s
ITAM Docker Build Check / docker-build-check (push) Successful in 11s

This commit is contained in:
2026-06-26 09:37:58 +09:00
parent 87459c8f44
commit 933afb02b1
9 changed files with 546 additions and 1 deletions

View File

@@ -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: