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