Skip to content

Commit 405a2e7

Browse files
committed
fix: more places to remove version
1 parent 40c4b6f commit 405a2e7

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/test/oracle.docker-compose

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
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

docker-compose.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
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:

0 commit comments

Comments
 (0)