Skip to content

Commit 0eca48d

Browse files
committed
init
1 parent 74b4d25 commit 0eca48d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# version: "3.9"
22
services:
33
health-check:
4-
image: dmbtechdev/health-check:ver1
4+
image: dmbtechdev/health-check:0.0.1
55
build:
66
context: .
77
dockerfile: Dockerfile-health
@@ -10,7 +10,7 @@ services:
1010
auth:
1111
condition: service_started
1212
auth:
13-
image: dmbtechdev/auth:ver1
13+
image: dmbtechdev/auth:0.0.1
1414
build:
1515
context: .
1616
dockerfile: Dockerfile-auth

0 commit comments

Comments
 (0)