Custom base path (fix #3874, related to #3535)

This commit is contained in:
Dashamir Hoxha 2025-11-02 15:21:30 +01:00 committed by GitHub
parent 0c7b738b7c
commit b20a317c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -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: