-
I have some friends itching to play, and right now I have a dedicated server hosting 4 of us. I was hoping to set up a second docker instance (or maybe a second config?) and run it on the same hardware but with a different static IP. a) What's the ideal way to go about doing this? Thanks friends! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Should be able to run two instances, though you will have to do some docker magic with the second IP address https://docs.docker.com/config/containers/container-networking/ |
Beta Was this translation helpful? Give feedback.
Should be able to run two instances, though you will have to do some docker magic with the second IP address
https://docs.docker.com/config/containers/container-networking/