Skip to content

Commit

Permalink
failover is disabled in 3.12, tag resilient_single in docker compose …
Browse files Browse the repository at this point in the history
…accordingly
  • Loading branch information
suazithustra committed Apr 1, 2024
1 parent fc4fbb2 commit 57aade8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ services:
- --ssl.keyfile=var/lib/arangox/test/cert.pem

resilient_single:
image: arangodb/arangodb
image: arangodb/arangodb:3.11
ports:
- '8003:8529'
- '8004:8539'
- '8005:8549'
command:
- arangodb
- --starter.local
- --starter.mode=activefailover
- --starter.mode=activefailover

0 comments on commit 57aade8

Please sign in to comment.