Artifact 9102633fd61531054a34e44926369354eb191a37:

  • File docker-compose.yaml — part of check-in [7bd796bc7d] at 2024-02-16 09:55:59 on branch trunk — Added initial project files. (user: csabio size: 373)

version: "3"
services:
  main:
    image: forgeserver:latest
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - SERVER_PORT=25565
      - RCON_ENABLE=true
      - RCON_PORT=25575
      - RCON_PASSWORD=root
      - MEMORY=1024M
    volumes:
      - ./Config:/config
    ports:
      - 25565:25565
      - 25575:25575