We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5cfcb commit 096ed37Copy full SHA for 096ed37
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.21@sha256:4f9d9045d21bdd9aa145ec000e0857a85d6002a708b04e258cb6af6cb0c4bd15
+ image: ghcr.io/bsstudio/bss-web-admin-backend:v2.7.22@sha256:285ceb39f8b038c986c0c291060ff2dc6d18d80ed6cf825f5ff12972e8d93352
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