1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-01-25 07:18:49 +01:00
audiobookshelf/docker-compose.yml
2022-04-25 15:43:58 -04:00

13 lines
242 B
YAML

### EXAMPLE DOCKER COMPOSE ###
version: "3.7"
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf
ports:
- 13378:80
volumes:
- /audiobooks:/audiobooks
- /metadata:/metadata
- /config:/config