🐳 Mounting folders is better than mounting files

This commit is contained in:
Yohann D'ANELLO 2020-09-28 09:31:59 +02:00
parent 503fb2698b
commit 30c9bda404
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ services:
build: ..
restart: always
volumes:
- ./ghostream_data/ghostream.yml:/code/ghostream.yml:ro
- ./ghostream_data:/etc/ghostream:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.ghostream.rule=Host(`stream.example.com`)"