This example contains a simple docker compose file for running the Rust server on your machine (MacOS, Windows, Linux).
It demonstrates the usage of a Docker Volume to persist the Rust server data.
Clone the repo and start the Rust server:
git clone https://github.com/max-pfeiffer/rust-game-server-docker.git
docker compose up -d
Stop the server:
docker compose down