version: "3.5" services: server: image: itzg/minecraft-server environment: TZ: America/Halifax TYPE: FABRIC VERSION: 1.20.1 FABRIC_LOADER_VERSION: 0.14.22 MEMORY: "10G" USE_AIKAR_FLAGS: "true" EULA: "TRUE" OPS: endigma_ REPLACE_ENV_VARIABLES: "TRUE" CONSOLE: "false" PACKWIZ_URL: "http://localhost:8080/pack.toml" MOTD: "§l§cBINGUS" volumes: - ./server:/data network_mode: host restart: unless-stopped stdin_open: true tty: true