Fix mask
This commit is contained in:
parent
514fad2fff
commit
8f6de1ce33
@ -7,7 +7,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# Relative paths are located in the tmp folder where the project is cloned
|
# Relative paths are located in the tmp folder where the project is cloned
|
||||||
- /srv/website-dev/content:/app/public/content:ro
|
- /srv/website-dev/content:/app/public/content:ro
|
||||||
- git_mask:/app/public/projects/.git
|
- git_mask:/app/public/content/.git
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# Relative paths are located in the tmp folder where the project is cloned
|
# Relative paths are located in the tmp folder where the project is cloned
|
||||||
- /srv/website/content:/app/public/content:ro
|
- /srv/website/content:/app/public/content:ro
|
||||||
- git_mask:/app/public/projects/.git
|
- git_mask:/app/public/content/.git
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user