Update configuration
This commit is contained in:
parent
67a99edc37
commit
df945dfbbc
@ -31,15 +31,14 @@ services:
|
|||||||
keep-file: "true"
|
keep-file: "true"
|
||||||
env_file:
|
env_file:
|
||||||
- minecraft.env
|
- minecraft.env
|
||||||
|
- minecraft_secrets.env
|
||||||
- e8.env
|
- e8.env
|
||||||
- e8_secrets.env
|
|
||||||
volumes:
|
volumes:
|
||||||
- $DOCKER_DATA/e8:/data:rw
|
- $DOCKER_DATA/e8:/data:rw
|
||||||
networks:
|
networks:
|
||||||
- minecraft
|
- minecraft
|
||||||
restart: "no"
|
restart: "no"
|
||||||
|
|
||||||
|
|
||||||
exporter-minecraft:
|
exporter-minecraft:
|
||||||
image: itzg/mc-monitor # https://github.com/itzg/mc-monitor
|
image: itzg/mc-monitor # https://github.com/itzg/mc-monitor
|
||||||
container_name: minecraft_exporter
|
container_name: minecraft_exporter
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
EULA=TRUE
|
MAX_MEMORY=8G
|
||||||
OPS=jafner425,mollymsmom,galaxysqvid
|
TYPE=FORGE
|
||||||
ENABLE_RCON=true
|
VERSION=1.18.2
|
||||||
|
FORGEVERSION=40.2.1
|
Loading…
Reference in New Issue
Block a user