mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Update docker-compose.yml (#888)
This commit is contained in:
committed by
GitHub
parent
a7222c68e2
commit
e41ecb49d0
@@ -1,7 +1,7 @@
|
||||
name: booklore
|
||||
services:
|
||||
booklore:
|
||||
image: ghcr.io/adityachandelgit/booklore-app:${BOOKLORE_IMAGE_TAG}
|
||||
image: booklore/booklore:${BOOKLORE_IMAGE_TAG}
|
||||
container_name: booklore_server
|
||||
env_file:
|
||||
- .env
|
||||
@@ -30,4 +30,4 @@ services:
|
||||
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
retries: 5
|
||||
|
||||
Reference in New Issue
Block a user