ccoffline commented on issue #10496:
URL: https://github.com/apache/seatunnel/issues/10496#issuecomment-3903097672

   `docker-compose.yaml`
   ```yaml
   services:
     seatunnel:
       image: ***:5000/apache/seatunnel:2.3.12
       container_name: seatunnel
       restart: always
       user: root
       network_mode: host
       environment:
         TZ: Asia/Shanghai
         ST_DOCKER_MEMBER_LIST: *.*.*.90,*.*.*.91,*.*.*.92
       volumes:
         - ./config:/opt/seatunnel/config
         - ./jobs:/opt/seatunnel/jobs
       command: /opt/seatunnel/bin/seatunnel-cluster.sh
   ```
   Should I use `*.*.*.*:5801` in `ST_DOCKER_MEMBER_LIST`? I'm gonna try this 
after new year.
   Can confirm docker container is using the right 
`/opt/seatunnel/config/hazelcast-client.yaml` and I tried explicitly specifying 
`:5801` in `cluster-members` still doesn't work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to