File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- version: "3"
21services:
32 oracle:
43 build:
@@ -10,4 +9,4 @@ services:
109 # - oracle-data:/opt/oracle/oradata
1110 healthcheck:
1211 test: [ "CMD", "/opt/oracle/checkDBStatus.sh" ]
13- interval: 2s
12+ interval: 2s
Original file line number Diff line number Diff line change 1- version : " 3"
21services :
32 # mysql
43 mysql :
@@ -64,9 +63,9 @@ services:
6463 ports :
6564 - " 1521:1521"
6665 # volumes:
67- # - oracle-data:/opt/oracle/oradata
66+ # - oracle-data:/opt/oracle/oradata
6867 healthcheck :
69- test : [ "CMD", "/opt/oracle/checkDBStatus.sh" ]
68+ test : ["CMD", "/opt/oracle/checkDBStatus.sh"]
7069 interval : 2s
7170
7271 # google cloud spanner
@@ -117,7 +116,6 @@ services:
117116 # container_name: "typeorm-redis"
118117 # ports:
119118 # - "6379:6379"
120-
121119# volumes:
122120# volume-hana-xe:
123121# mysql8_volume:
You can’t perform that action at this time.
0 commit comments