Skip to content

Commit

Permalink
Use options
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Nov 28, 2024
1 parent 29e386d commit 3cdde15
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/1maxPadPerInstance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
deployAndLoadTest:
services:
etherpad1:
container_name: etherpad1
options:
--name etherpad1
image: etherpad/etherpad
ports:
- 9001:9001
Expand All @@ -17,14 +18,16 @@ jobs:
- "./test1:/opt/etherpad-lite/var"
etherpad2:
image: etherpad/etherpad
container_name: etherpad2
options:
--name etherpad2
ports:
- 9002:9001
volumes:
- "./support/settings.json:/opt/etherpad-lite/settings.json"
- "./test2:/opt/etherpad-lite/var"
etherpad3:
container_name: etherpad3
options:
--name etherpad3
image: etherpad/etherpad
ports:
- 9003:9001
Expand Down

0 comments on commit 3cdde15

Please sign in to comment.