audiobookshelf/docker-compose.yml

14 lines
278 B
YAML
Raw Normal View History

### EXAMPLE DOCKER COMPOSE ###
version: "3.7"
services:
2021-10-31 15:58:30 +01:00
audiobookshelf:
image: audiobookshelf-test
ports:
- 13378:80
volumes:
- ./media/audiobooks:/audiobooks
- ./test/metadata:/metadata
- ./test/config:/config
restart: unless-stopped