alinmear / docker-conanexiles

A docker container to easily provision and manage a conanexiles dedicated server using wine
MIT License
105 stars 74 forks source link

Multi instances setup #62

Closed sebastienbages closed 2 years ago

sebastienbages commented 2 years ago

Hello !

Sorry, but I don't understand exactly how to run multi instance servers.

I tried to run two servers with two services in the docker-compose and in two separate files but it doesn't work.

In each times, the second instance is stuck after this lines :

The VNC desktop is:      0.0.0.0:0
PORT=5900
2022-08-10 16:10:06,989 INFO success: conanexilesController entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2022-08-10 16:10:06,990 INFO success: x11vnc entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

I have respected the multi instance setup.

How to do it ?

Thank you.

sebastienbages commented 2 years ago

i have found the file docker-compose_multi-instances.yml. Sorry for the inconvenient. Thank you for your great work.