maxcerny
Results
2
issues of
maxcerny
Here is my docker-compose, running on a docker swarm, domain is just a placeholder. One of the hosts is 172.16.100.56 ``` version: '3.4' services: router: image: itzg/mc-router ports: - 25565:25565...
I'm currently trying to install this container, with mongo. Using the dockerfile provided, and setting the variables as such ``` environment: - HOSTNAME=https://mesh.ogresearch.com:443 #your hostname - REVERSE_PROXY=false #set to your...