Skip to content
Snippets Groups Projects
Commit 004cbbfe authored by Alessandro Cerioni's avatar Alessandro Cerioni
Browse files

Fixed assets path in docker-compose.yml

parent e987f8a3
Branches
Tags
1 merge request!16v1.5.0
...@@ -6,7 +6,7 @@ services: ...@@ -6,7 +6,7 @@ services:
image: registry.alpha.grandlyon.com/refonte-data/admin-gui:${TAG} image: registry.alpha.grandlyon.com/refonte-data/admin-gui:${TAG}
volumes: volumes:
- ${PWD}/nginx.conf.template:/etc/nginx/sites-enabled/default:ro - ${PWD}/nginx.conf.template:/etc/nginx/sites-enabled/default:ro
- ${CONFIG_FILE_PATH}:/usr/share/nginx/html/assets/config/config.json:ro - ${CONFIG_FILE_PATH}:/usr/share/nginx/html/admin/assets/config/config.json:ro
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
restart: unless-stopped restart: unless-stopped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment