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: .