Failed to deploy colud-game docker to server #361
-
I had no problems to run docker image localy but when I am trying to deploy colud-game docker image to server. I have erros. I changed yaml config:
When I run docker image I can connect to http://192.168.8.115:9100 but it fails to show my roms. And in log I have this error:
Config
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Since you are changed the coordinator address, you should specify that address in the worker config:
|
Beta Was this translation helpful? Give feedback.
-
I created new virtual machine and update configuration as you sugested Now I got this error in server side:
|
Beta Was this translation helpful? Give feedback.
-
Try to set the |
Beta Was this translation helpful? Give feedback.
-
Is there any example how that map should look like. |
Beta Was this translation helpful? Give feedback.
-
For those who have same problem as me docker-composer rewrote some of my configuration. |
Beta Was this translation helpful? Give feedback.
Try to set the
iceIpMap
config param to your internal 192.x address or if you want to access it externally, to your public IP (internal won't be working in that case).