audiobookshelf/docker-compose.yml
doketaretote 9014690694
Update docker-compose.yml
NOOB ALERT - just trying this out. Sorry if I wreck it
2023-09-02 08:12:49 +03:00

14 lines
379 B
YAML

### EXAMPLE DOCKER COMPOSE ###
version: "3.7"
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf
ports:
- 13378:80
volumes:
- C:\Users\winni\Downloads\Torrents\Completed:/audiobooks
- E:\Audiobooks\Audiobooks:/podcasts
- C:\audiobookshelf\metadata:/metadata
- C:\audiobookshelf\config:/config
restart: unless-stopped