Fix nginx config: remove volume mount, add IPv6 listen, catch-all server_name

This commit is contained in:
2026-02-22 15:45:08 +00:00
parent 269db48aec
commit be014fc3c8
2 changed files with 4 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ services:
- "80"
restart: unless-stopped
# Uncomment the following lines if you want to mount the configuration locally for development/testing
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public