Fix: docker compose example

This commit is contained in:
advplyr 2021-10-31 09:58:30 -05:00
parent 8a684ccdc4
commit 94f47b855b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
version: "3.7"
services:
app:
audiobookshelf:
image: advplyr/audiobookshelf
ports:
- 13378:80

View File

@ -63,7 +63,7 @@ docker run -d \
```bash
### docker-compose.yml ###
services:
app:
audiobookshelf:
image: advplyr/audiobookshelf
ports:
- 13378:80