mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Revert sample docker-compose
This commit is contained in:
parent
c16e6d19ae
commit
b9a9c0e717
@ -3,11 +3,11 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: audiobookshelf-test
|
||||
image: ghcr.io/advplyr/audiobookshelf
|
||||
ports:
|
||||
- 13378:80
|
||||
volumes:
|
||||
- ./media/audiobooks:/audiobooks
|
||||
- ./test/metadata:/metadata
|
||||
- ./test/config:/config
|
||||
- ./audiobooks:/audiobooks
|
||||
- ./metadata:/metadata
|
||||
- ./config:/config
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user