Artifact 0599d269e81869c5f7027edf9dbecbe02e79e8b3:
- File docker-compose.yaml — part of check-in [5f955db696] at 2024-02-16 19:17:49 on branch trunk — Fixed bug with the startup service. (user: csabio size: 362)
version: "3" services: main: image: csabio/forgeserver:1.12.2-latest restart: unless-stopped environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - SERVER_PORT=25565 - RCON_PORT=25575 - RCON_PASSWORD=root - MEMORY=1024M volumes: - ./Config:/config ports: - 25565:25565 - 25575:25575