audiobookshelf/docker-compose.yml

15 lines
302 B
YAML
Raw Normal View History

### EXAMPLE DOCKER COMPOSE ###
version: "3.7"
services:
2021-10-31 15:58:30 +01:00
audiobookshelf:
2022-09-11 22:36:32 +02:00
image: ghcr.io/advplyr/audiobookshelf
ports:
- 13378:80
volumes:
2022-09-11 22:36:32 +02:00
- ./audiobooks:/audiobooks
2023-08-24 00:55:07 +02:00
- ./podcasts:/podcasts
2022-09-11 22:36:32 +02:00
- ./metadata:/metadata
- ./config:/config
restart: unless-stopped