Merge pull request #2027 from realmain/docker-compose

Added podcasts volume to docker compose
This commit is contained in:
advplyr 2023-08-24 15:22:24 -05:00 committed by GitHub
commit 7c288a5ff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ services:
- 13378:80
volumes:
- ./audiobooks:/audiobooks
- ./podcasts:/podcasts
- ./metadata:/metadata
- ./config:/config
restart: unless-stopped