From d53388c0840d62a559dd508593307377f87202a1 Mon Sep 17 00:00:00 2001 From: roberts Date: Sat, 10 May 2025 12:51:01 -0500 Subject: [PATCH] docker compose changes --- bot/config.json | 2 +- docker-compose.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/config.json b/bot/config.json index 9755279..b5ba094 100644 --- a/bot/config.json +++ b/bot/config.json @@ -1,7 +1,7 @@ { "bot": { "name": "Cletus", - "host": "host.docker.internal", + "host": "192.168.1.90", "port": 25565, "auth": "offline", "version": "1.20.4" diff --git a/docker-compose.yml b/docker-compose.yml index 366d52e..7ce3a9e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,6 +2,7 @@ version: '3.8' services: cletus-bot: + network_mode: host container_name: cletus-bot build: context: .