Fix path for projects

This commit is contained in:
Daniel Kluge 2022-01-14 15:39:08 +01:00
parent 04c0882c06
commit 727bb0d0cf

View File

@ -5,7 +5,8 @@ services:
image: localhost:5000/c0ntroller.de:dev image: localhost:5000/c0ntroller.de:dev
restart: always restart: always
volumes: volumes:
- ./website_projects:/app/public/projects # Relative paths are located in the tmp folder where the projet is clones
- /srv/website/projects:/app/public/projects:ro
networks: networks:
- traefik - traefik
labels: labels: