Skip to content

Commit 57aade8

Browse files
committed
failover is disabled in 3.12, tag resilient_single in docker compose accordingly
1 parent fc4fbb2 commit 57aade8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ services:
2323
- --ssl.keyfile=var/lib/arangox/test/cert.pem
2424

2525
resilient_single:
26-
image: arangodb/arangodb
26+
image: arangodb/arangodb:3.11
2727
ports:
2828
- '8003:8529'
2929
- '8004:8539'
3030
- '8005:8549'
3131
command:
3232
- arangodb
3333
- --starter.local
34-
- --starter.mode=activefailover
34+
- --starter.mode=activefailover

0 commit comments

Comments
 (0)