mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 15:09:44 +00:00
parent
0c7b738b7c
commit
b20a317c6d
2 changed files with 9 additions and 1 deletions
|
|
@ -1,7 +1,11 @@
|
|||
### EXAMPLE DOCKER COMPOSE ###
|
||||
services:
|
||||
audiobookshelf:
|
||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||
image: audiobookshelf
|
||||
build:
|
||||
context: .
|
||||
#args:
|
||||
# BASE_PATH: /audiobooks
|
||||
# ABS runs on port 13378 by default. If you want to change
|
||||
# the port, only change the external port, not the internal port
|
||||
ports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue