fix: Remove hardcoded arrstack dir in template
This commit is contained in:
parent
12e48b17b7
commit
2b05fc7363
1 changed files with 2 additions and 2 deletions
|
|
@ -342,8 +342,8 @@ services:
|
|||
volumes:
|
||||
- "{{ arrstack_env_dir }}/data/gonic:/data"
|
||||
- "{{ arrstack_env_dir }}/data/gonic_playlists:/playlists"
|
||||
- "/srv/media/music:/music:ro"
|
||||
- "/srv/media/podcasts:/podcasts"
|
||||
- "{{ arrstack_serve_dir }}/media/music:/music:ro"
|
||||
- "{{ arrstack_serve_dir }}/media/podcasts:/podcasts"
|
||||
#- /path/to/cache:/cache # transcode / covers / etc cache dir
|
||||
labels:
|
||||
caddy: "{{ arrstack_gonic_subdomain }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue