mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-14 05:21:28 +03:00
Added env var to docker-compose to enable config mutations by default
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
|||||||
ALLOW_CONFIG_MUTATIONS: 'true'
|
ALLOW_CONFIG_MUTATIONS: 'true'
|
||||||
ytdl_mongodb_connection_string: 'mongodb://ytdl-mongo-db:27018'
|
ytdl_mongodb_connection_string: 'mongodb://ytdl-mongo-db:27018'
|
||||||
ytdl_use_local_db: 'false'
|
ytdl_use_local_db: 'false'
|
||||||
|
write_ytdl_config: 'true'
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./appdata:/app/appdata
|
- ./appdata:/app/appdata
|
||||||
|
|||||||
Reference in New Issue
Block a user