From 913e2451773856a71f93f91c9df203abbb9eac62 Mon Sep 17 00:00:00 2001 From: Dipun Mistry Date: Mon, 9 Sep 2024 11:07:21 +0100 Subject: [PATCH] Update README.md PUBLIC is true by default, this means that the container will crash with this code snippet as you cannot provide a connector in public mode. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0443640..956b8d7 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ docker run -d --name holesail \ -e PORT=25565 \ -e HOST=minecraft \ -e CONNECTOR=very-super-secret \ + -e PUBLIC=false \ --network holesail \ ghcr.io/anaxios/holesail-docker:latest ```