jbb22

Results 2 comments of jbb22

HI I have a similar issue. I just use the standard version of the server. This is my compose file. ``` version: "3" services: minecraft: image: itzg/minecraft-server container_name: minecraft ports:...

never mind, it was a DNS issue, I just added the DNS to the compose: `dns: - 8.8.8.8 `