Update docker-compose.yml

NOOB ALERT - just trying this out. Sorry if I wreck it
This commit is contained in:
doketaretote 2023-09-02 08:12:49 +03:00 committed by GitHub
parent 0ecfdab463
commit 9014690694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ services:
ports: ports:
- 13378:80 - 13378:80
volumes: volumes:
- ./audiobooks:/audiobooks - C:\Users\winni\Downloads\Torrents\Completed:/audiobooks
- ./podcasts:/podcasts - E:\Audiobooks\Audiobooks:/podcasts
- ./metadata:/metadata - C:\audiobookshelf\metadata:/metadata
- ./config:/config - C:\audiobookshelf\config:/config
restart: unless-stopped restart: unless-stopped