This commit is contained in:
Daniel Kluge 2022-06-12 16:03:21 +02:00
parent 514fad2fff
commit 8f6de1ce33
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
volumes:
# Relative paths are located in the tmp folder where the project is cloned
- /srv/website-dev/content:/app/public/content:ro
- git_mask:/app/public/projects/.git
- git_mask:/app/public/content/.git
networks:
- traefik
labels:

View File

@ -7,7 +7,7 @@ services:
volumes:
# Relative paths are located in the tmp folder where the project is cloned
- /srv/website/content:/app/public/content:ro
- git_mask:/app/public/projects/.git
- git_mask:/app/public/content/.git
networks:
- traefik
labels: