We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9706207 commit b270e2cCopy full SHA for b270e2c
docker-compose.yml
@@ -20,7 +20,7 @@ services:
20
# once db is initialized, we can shut down the container
21
# however it makes it easy to add data to the db
22
backend:
23
- image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.3@sha256:ac512f62c393113ddf0e15b4b668388bc91f3243bd76b5f31f9f386a9950afd5
+ image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.4@sha256:6d8aada764d62b2eaa623e7faddfd60b73b30b1683d9f5091edb42570082d2ea
24
healthcheck:
25
test: "wget --tries=1 --no-verbose -qO- http://localhost:8080/actuator/health | grep -q UP"
26
start_period: 5s
0 commit comments