mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 10:51:37 +00:00
changed exposed port
This commit is contained in:
parent
ece1cd06a5
commit
32b212b98d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
ports:
|
ports:
|
||||||
- "13378:80" # The app will be available on port 13378
|
- "7696:80" # The app will be available on port 13378
|
||||||
volumes:
|
volumes:
|
||||||
# Main storage volumes
|
# Main storage volumes
|
||||||
- ./audiobooks:/audiobooks # Your audiobooks directory
|
- ./audiobooks:/audiobooks # Your audiobooks directory
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue