mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 16:44:16 +01:00
13 lines
242 B
YAML
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
|