This commit is contained in:
admin
2026-01-22 22:37:02 +09:00
parent 50e534094d
commit 1868591704
4 changed files with 28 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ services:
container_name: njts_nginx
restart: unless-stopped
ports:
- "80:80"
- "18000:80"
volumes:
- ./frontend:/usr/share/nginx/html:ro
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro