Обновить roles/navidrome/templates/docker-compose.yml.j2
This commit is contained in:
parent
a872053cad
commit
395bfd643e
@ -6,9 +6,9 @@ services:
|
||||
ports:
|
||||
- "{{ navidrome_port }}:4533"
|
||||
volumes:
|
||||
- {{ navidrome_data_dir }}:/data
|
||||
- {{ navidrome_music_folder }}:/music:ro
|
||||
- {{ navidrome_plugins_dir }}:/plugins:ro
|
||||
- "{{ navidrome_data_dir }}:/data"
|
||||
- "{{ navidrome_music_folder }}:/music:ro"
|
||||
- "{{ navidrome_plugins_dir }}:/plugins:ro"
|
||||
environment:
|
||||
- TZ={{ timezone }}
|
||||
- ND_MUSICFOLDER=/music
|
||||
@ -22,7 +22,6 @@ services:
|
||||
- ND_PLUGINS_AUTORELOAD={{ navidrome_plugins_autoreload | default('false') }}
|
||||
- ND_PLUGINS_LOGLEVEL={{ navidrome_plugins_log_level | default('info') }}
|
||||
- ND_PLUGINS_CACHESIZE={{ navidrome_plugins_cache_size | default('200MB') }}
|
||||
{% endif %}
|
||||
restart: unless-stopped
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
Loading…
Reference in New Issue
Block a user