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.
This commit is contained in:
Dipun Mistry
2024-09-09 11:07:21 +01:00
committed by GitHub
parent 4c24fcb3be
commit 913e245177

View File

@@ -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
```