fix: update booklore image reference in docker-compose template
This commit is contained in:
parent
b4b75e9de3
commit
44e36d59a3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
services:
|
services:
|
||||||
booklore:
|
booklore:
|
||||||
image: ghcr.io/adityachandelgit/booklore-app:${BOOKLORE_VERSION:-latest}
|
image: booklore/booklore:${BOOKLORE_VERSION:-latest}
|
||||||
container_name: booklore
|
container_name: booklore
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue