docker compose changes
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 13s

This commit is contained in:
roberts 2025-05-10 12:51:01 -05:00
parent 907a3da1bb
commit d53388c084
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
{ {
"bot": { "bot": {
"name": "Cletus", "name": "Cletus",
"host": "host.docker.internal", "host": "192.168.1.90",
"port": 25565, "port": 25565,
"auth": "offline", "auth": "offline",
"version": "1.20.4" "version": "1.20.4"

View file

@ -2,6 +2,7 @@ version: '3.8'
services: services:
cletus-bot: cletus-bot:
network_mode: host
container_name: cletus-bot container_name: cletus-bot
build: build:
context: . context: .