This commit is contained in:
Isaac Shoebottom 2024-06-01 20:45:24 -03:00
parent 62ff025915
commit b48f7d50a5

View File

@ -1,6 +1,7 @@
version: "3" version: "3"
services: services:
mc: mc:
container_name: atm3
image: itzg/minecraft-server image: itzg/minecraft-server
tty: true tty: true
stdin_open: true stdin_open: true
@ -21,7 +22,6 @@ services:
DIFFICULTY: "normal" DIFFICULTY: "normal"
SNOOPER_ENABLED: "false" SNOOPER_ENABLED: "false"
ALLOW_FLIGHT: "true" ALLOW_FLIGHT: "true"
SETUP_ONLY: "true"
USE_SIMD_FLAGS: "true" USE_SIMD_FLAGS: "true"
ENABLE_RCON: "true" ENABLE_RCON: "true"
volumes: volumes: