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 ced9970 commit 0488aa8Copy full SHA for 0488aa8
docker-compose.yaml
@@ -1,7 +1,7 @@
1
# version: "3.9"
2
services:
3
health-check:
4
- image: dmbtechdev/health-check:0.0.1
+ image: dmbtechdev/health-check:version1.0
5
build:
6
context: .
7
dockerfile: Dockerfile-health
@@ -10,7 +10,7 @@ services:
10
auth:
11
condition: service_started
12
13
- image: dmbtechdev/auth:latest:0.0.1
+ image: dmbtechdev/auth:latest:version1.0
14
15
16
dockerfile: Dockerfile-auth
0 commit comments