map-frontend: use absolute /srv paths for nginx config and html mounts
This commit is contained in:
@@ -6,8 +6,8 @@ services:
|
||||
ports:
|
||||
- "8087:80"
|
||||
volumes:
|
||||
- ./nginx-conf:/etc/nginx/conf.d:ro
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
- /srv/map-frontend/nginx-conf:/etc/nginx/conf.d:ro
|
||||
- /srv/map-frontend/html:/usr/share/nginx/html:ro
|
||||
networks:
|
||||
- npm-network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user