Wiedza serwer minecrafta

SiewcaRyżu

Kimchi & Pikachu
Contributor
9 Październik 2023
16 106
5
981
153
23
QNAP
null
Ethernet
null
YAML:
services:
  mc:
    image: itzg/minecraft-server:latest
    tty: true
    stdin_open: true
    ports:
      - "25565:25565"
    environment:
      EULA: "TRUE"
      VERSION: "1.21.5"
      MEMORY: "2048M"
      MAX_PLAYERS: "10"
      MOTD: "QNAP POWAH"
      TZ: "Europe/Warsaw"
      PREVENT_PROXY_CONNECTIONS: "true"
      ENABLE_ROLLING_LOGS: "true"
    volumes:
      - "./data:/data"