map-frontend: use absolute /srv paths for nginx config and html mounts
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user