Added PUBLIC: false configuration option to both server and client services

This commit is contained in:
2024-08-13 21:54:53 -07:00
parent d0f4575a35
commit 83470047e8

View File

@@ -50,6 +50,7 @@ services:
MODE: server
PORT: 25565
HOST: minecraft
PUBLIC: false
CONNECTOR: very-super-secret
networks:
- holesail
@@ -93,6 +94,7 @@ services:
MODE: client
PORT: 8989
HOST: 0.0.0.0
PUBLIC: false
CONNECTOR: very-super-secret
```