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"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
audiobookshelf:
|
||||||
image: advplyr/audiobookshelf
|
image: advplyr/audiobookshelf
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ docker run -d \
|
||||||
```bash
|
```bash
|
||||||
### docker-compose.yml ###
|
### docker-compose.yml ###
|
||||||
services:
|
services:
|
||||||
app:
|
audiobookshelf:
|
||||||
image: advplyr/audiobookshelf
|
image: advplyr/audiobookshelf
|
||||||
ports:
|
ports:
|
||||||
- 13378:80
|
- 13378:80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue