map-frontend: fix nginx config mount (dir instead of file)

This commit is contained in:
2026-03-13 14:14:55 +00:00
parent ef1d136a3e
commit cd232d93ac
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ services:
ports:
- "8087:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./nginx-conf:/etc/nginx/conf.d:ro
- ./html:/usr/share/nginx/html:ro
networks:
- npm-network