mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 18:32:19 +00:00
🐳 Mounting folders is better than mounting files
This commit is contained in:
parent
503fb2698b
commit
30c9bda404
@ -31,7 +31,7 @@ services:
|
|||||||
build: ..
|
build: ..
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./ghostream_data/ghostream.yml:/code/ghostream.yml:ro
|
- ./ghostream_data:/etc/ghostream:ro
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.ghostream.rule=Host(`stream.example.com`)"
|
- "traefik.http.routers.ghostream.rule=Host(`stream.example.com`)"
|
||||||
|
Loading…
Reference in New Issue
Block a user