Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.07 KB

Freeciv server - Docker Alpine edition

Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.

This project embeds the Freeciv server in an blazingly fast and small Alpine Docker container with a total size of ~32MB OS & dependencies excluding game files, total size less than 200MB.

How to run

Clone the repository

git clone https://github.com/FlickF/freeciv-server-docker.git

Build the Docker container

docker compose build

Run the Docker container

docker compose up -d

Connect to your own server! :)

Roadmap

Links

Freeciv website: Freeciv.org

Community forum: forum.freeciv.org

Freeciv Github: github.com/freeciv/freeciv