map-frontend: use absolute /srv paths for nginx config and html mounts

This commit is contained in:
2026-03-13 14:19:57 +00:00
parent cd232d93ac
commit a483c2e7fc
+2 -2
View File
@@ -6,8 +6,8 @@ services:
ports: ports:
- "8087:80" - "8087:80"
volumes: volumes:
- ./nginx-conf:/etc/nginx/conf.d:ro - /srv/map-frontend/nginx-conf:/etc/nginx/conf.d:ro
- ./html:/usr/share/nginx/html:ro - /srv/map-frontend/html:/usr/share/nginx/html:ro
networks: networks:
- npm-network - npm-network