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": {
|
"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"
|
||||||
|
|
|
||||||
|
|
@ -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: .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue