mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
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:
parent
79f163cff5
commit
4aa19b3816
|
@ -17,6 +17,8 @@ services:
|
|||
- memcached
|
||||
networks:
|
||||
- seafile-net
|
||||
deploy:
|
||||
endpoint_mode: dnsrr
|
||||
|
||||
seahub:
|
||||
image: ggogel/seahub:8.0.2
|
||||
|
|
Loading…
Reference in a new issue