Added env var to docker-compose to enable config mutations by default

This commit is contained in:
Isaac Abadi
2021-07-20 23:20:31 -06:00
parent 380475b33e
commit 2876cf55db

View File

@@ -5,6 +5,7 @@ services:
ALLOW_CONFIG_MUTATIONS: 'true'
ytdl_mongodb_connection_string: 'mongodb://ytdl-mongo-db:27018'
ytdl_use_local_db: 'false'
write_ytdl_config: 'true'
restart: always
volumes:
- ./appdata:/app/appdata