Skip to content

Commit 3cdde15

Browse files
committed
Use options
1 parent 29e386d commit 3cdde15

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/1maxPadPerInstance.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
deployAndLoadTest:
99
services:
1010
etherpad1:
11-
container_name: etherpad1
11+
options:
12+
--name etherpad1
1213
image: etherpad/etherpad
1314
ports:
1415
- 9001:9001
@@ -17,14 +18,16 @@ jobs:
1718
- "./test1:/opt/etherpad-lite/var"
1819
etherpad2:
1920
image: etherpad/etherpad
20-
container_name: etherpad2
21+
options:
22+
--name etherpad2
2123
ports:
2224
- 9002:9001
2325
volumes:
2426
- "./support/settings.json:/opt/etherpad-lite/settings.json"
2527
- "./test2:/opt/etherpad-lite/var"
2628
etherpad3:
27-
container_name: etherpad3
29+
options:
30+
--name etherpad3
2831
image: etherpad/etherpad
2932
ports:
3033
- 9003:9001

0 commit comments

Comments
 (0)