diff --git a/docker/testing/docker-compose.yml b/docker/testing/docker-compose.yml index 50bc25f0..604ad5d9 100644 --- a/docker/testing/docker-compose.yml +++ b/docker/testing/docker-compose.yml @@ -43,5 +43,5 @@ services: CRON_SCHEDULE: '"*/1 * * * *"' CRON_RUN_ON_START: "true" volumes: - - "./volumes/ytdl-sub/:/config/" + - "./volumes/ytdl-sub-ubuntu/:/config/" restart: "unless-stopped"