docker compose changes
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 13s
All checks were successful
Deploy Cletus Bot / deploy (push) Successful in 13s
This commit is contained in:
parent
907a3da1bb
commit
d53388c084
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"bot": {
|
||||
"name": "Cletus",
|
||||
"host": "host.docker.internal",
|
||||
"host": "192.168.1.90",
|
||||
"port": 25565,
|
||||
"auth": "offline",
|
||||
"version": "1.20.4"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ version: '3.8'
|
|||
|
||||
services:
|
||||
cletus-bot:
|
||||
network_mode: host
|
||||
container_name: cletus-bot
|
||||
build:
|
||||
context: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue