better installation instructions + fix missing volume in docker-compose

This commit is contained in:
nobohan
2023-07-12 09:39:40 +02:00
parent f02ad64ac1
commit af3310baff
2 changed files with 14 additions and 30 deletions

View File

@@ -76,8 +76,8 @@ services:
context: ./nginx
dockerfile: ./Dockerfile
image: registry.gitlab.com/champs-libres/geonature-citizen/nginx
# volumes:
# - ./nginx/default.conf:/etc/nginx/conf.d/default.conf
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
depends_on:
- "media"
- "citizen-front"