Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 482 Bytes

File metadata and controls

16 lines (13 loc) · 482 Bytes

Simple Docker Compose example

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.

Usage

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