mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-06 03:49:40 +00:00
Revert sample docker-compose
This commit is contained in:
parent
c16e6d19ae
commit
b9a9c0e717
1 changed files with 4 additions and 4 deletions
|
|
@ -3,11 +3,11 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
image: audiobookshelf-test
|
image: ghcr.io/advplyr/audiobookshelf
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./media/audiobooks:/audiobooks
|
- ./audiobooks:/audiobooks
|
||||||
- ./test/metadata:/metadata
|
- ./metadata:/metadata
|
||||||
- ./test/config:/config
|
- ./config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue