mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
fix(docker): update Booklore image path to new GHCR repository (#480)
This commit is contained in:
committed by
GitHub
parent
b05d16fad9
commit
dc6e944424
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
booklore:
|
||||
image: ghcr.io/adityachandelgit/booklore-app:${BOOKLORE_IMAGE_TAG}
|
||||
image: ghcr.io/booklore-app/booklore:${BOOKLORE_IMAGE_TAG}
|
||||
environment:
|
||||
- DATABASE_URL=jdbc:mariadb://mariadb:3306/${MYSQL_DATABASE}
|
||||
- DATABASE_USERNAME=${MYSQL_USER}
|
||||
|
||||
Reference in New Issue
Block a user