We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8224c2e commit 49ea115Copy full SHA for 49ea115
1 file changed
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.7@sha256:e1f2ce4bac1629a191dbeb559d73fac291c70765deb62bb9051535f7b65bdd9b
+ image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.8@sha256:d119729a6e079f8efd8d5f15220231a688a8c2add4398dc89f4e632b5f8123d7
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