We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7905808 commit d6f00d7Copy full SHA for d6f00d7
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.6.4@sha256:350020fb06b041263b3ca78ba9fa6a1b69b6893b6d5f32b2584cd5be3bf627ab
+ image: ghcr.io/bsstudio/bss-web-admin-backend:v2.6.5@sha256:20015cd19c3e59a4b5e09402fe8921b69a62d638eb7e4812612abcc0e61193b2
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