1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-01-08 00:08:14 +01:00
audiobookshelf/docker-compose.yml

13 lines
242 B
YAML
Raw Normal View History

### EXAMPLE DOCKER COMPOSE ###
version: "3.7"
services:
2021-10-31 15:58:30 +01:00
audiobookshelf:
2022-04-25 21:43:58 +02:00
image: ghcr.io/advplyr/audiobookshelf
ports:
- 13378:80
volumes:
- /audiobooks:/audiobooks
- /metadata:/metadata
2022-04-25 21:43:58 +02:00
- /config:/config