mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
12 lines
222 B
YAML
12 lines
222 B
YAML
|
### EXAMPLE DOCKER COMPOSE ###
|
||
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
app:
|
||
|
image: advplyr/audiobookshelf
|
||
|
ports:
|
||
|
- 13378:80
|
||
|
volumes:
|
||
|
- /audiobooks:/audiobooks
|
||
|
- /metadata:/metadata
|
||
|
- /config:/config
|