Skip to content
Snippets Groups Projects
Commit 64c9a688 authored by wbertier's avatar wbertier
Browse files

fix volumes env.prod

parent afe85d15
No related branches found
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ services:
volumes:
- ./data/data:/var/www/html/data
- ./data/conf/global.env.local:/var/www/html/site/.env.local:ro
- ./data/admin/conf/env.prod:/var/www/html/site/.env.prod:ro
- ./data/visualiseur-back/conf/env.prod:/var/www/html/site/.env.prod:ro
- ./data/conf/epsg:/usr/share/proj/epsg:ro
- ./data/proxy/ssl/CA_Prodige.crt:/ca-certificates/CA_Prodige.crt:ro
- ./data/share/favicon.ico:/var/www/html/site/public/favicon.ico:ro
......@@ -558,7 +558,7 @@ services:
- setgid
- setuid
- net_bind_service
networks:
default:
name: prodige
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment