add endpoint_mode dnsrr to seafile-server in order see actual ips

this will circumvent probable IP:PORT overlaps, because with default VIP mode, socat will see the same IP for all seahub replicas
This commit is contained in:
Gerrit Gogel 2021-01-25 15:14:12 +01:00
parent 79f163cff5
commit 4aa19b3816

View file

@ -17,6 +17,8 @@ services:
- memcached - memcached
networks: networks:
- seafile-net - seafile-net
deploy:
endpoint_mode: dnsrr
seahub: seahub:
image: ggogel/seahub:8.0.2 image: ggogel/seahub:8.0.2