build(docker): Ubuntu variant volume source clash

This commit is contained in:
Ross Patterson 2025-08-24 19:53:54 -07:00
parent f68f9c7928
commit e8bb3cad14
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -43,5 +43,5 @@ services:
CRON_SCHEDULE: '"*/1 * * * *"' CRON_SCHEDULE: '"*/1 * * * *"'
CRON_RUN_ON_START: "true" CRON_RUN_ON_START: "true"
volumes: volumes:
- "./volumes/ytdl-sub/:/config/" - "./volumes/ytdl-sub-ubuntu/:/config/"
restart: "unless-stopped" restart: "unless-stopped"