mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 16:59:37 +00:00
Fix: docker compose example
This commit is contained in:
parent
8a684ccdc4
commit
94f47b855b
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
app:
|
||||
audiobookshelf:
|
||||
image: advplyr/audiobookshelf
|
||||
ports:
|
||||
- 13378:80
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ docker run -d \
|
|||
```bash
|
||||
### docker-compose.yml ###
|
||||
services:
|
||||
app:
|
||||
audiobookshelf:
|
||||
image: advplyr/audiobookshelf
|
||||
ports:
|
||||
- 13378:80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue