Skip to content

Jorgeluisreis/docker-polyfield-server

Repository files navigation


Polyfield Server Docker

Docker image that provides a Polyfield server that automatically downloads and configures on startup.

Main Features

  • Automatic download and setup of the latest Polyfield server
  • Customizable server settings (match type, maps, player limits, etc.)
  • Real-time log monitoring system with per-map event logs
  • Automatic restart scheduling (daily or interval-based)
  • Timezone support
  • Docker Compose ready

Quick Start

Create a docker-compose.yml file:

services:
  polyfield-server:
    image: ghcr.io/jorgeluisreis/polyfield-server:latest
    container_name: polyfield
    environment:
      - region=My Server Region
      - starting_port=7777
      - username=Host
      - admin_code=123456
    volumes:
      - ./data:/root/.config/unity3d/Mohammad Alizade/Polyfield/
    ports:
      - "7777:7777/udp"
    restart: unless-stopped

Run the server:

docker-compose up -d

View logs:

docker-compose logs -f

For detailed configuration options and advanced settings, see the Wiki Documentation.


Contributing

Contributions are welcome! Please read our Contributing Guidelines for details on our workflow, commit conventions, and how to submit pull requests.


About

Docker image that provides a Polyfield server that automatically downloads and configures on startup

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors