From a6e04315761f191d4dc59971281cb1c2ea560487 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Fri, 19 Jan 2024 19:49:35 +0100 Subject: [PATCH] remove public ip and port from examples --- README.md | 2 -- docker-compose.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index db48196..396fb79 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,6 @@ services: - MULTITHREADING=FALSE - COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD! # Enable the environment variables below if you have COMMUNITY=true - # - PUBLIC_PORT=123 - # - PUBLIC_IP=123 # - SERVER_PASSWORD="worldofpals" # - SERVER_NAME="World of Pals" volumes: diff --git a/docker-compose.yml b/docker-compose.yml index dd4ef39..80d2b5f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,8 +13,6 @@ services: - UPDATE_ON_BOOT=true - COMMUNITY=false # Enable this if you want your server to show up in the community servers tab, USE WITH SERVER_PASSWORD! # Enable the environment variables below if you have COMMUNITY=true - # - PUBLIC_PORT=123 - # - PUBLIC_IP=123 # - SERVER_PASSWORD="worldofpals" # - SERVER_NAME="World of Pals" volumes: