ObiWanCanOweMe / starbound-server

Run a StarBound server with Docker!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starbound Server for Docker

Run a Starbound server with Docker!

How to use this image

docker run --name starbound -d -p 21025:21025 -p 21025:21025/udp -p 21026:21026 -p 21026:21026/udp -v starbound:/starbound -e STEAM_USERNAME=xxxx -e STEAM_PASSWORD=xxxx obiwancanoweme/starbound-server

Also a sample docker-compose.yml file has been provided. Simply run the following in the current directory:

docker-compose up

Make sure to create a steam.env file with your Steam user name and password in it if you choose to use the Docker Compose method. A sample is provided.

Notes

You must turn off Steam Guard for this image to work. If someone has a good idea of how to get it to work with Steam Guard, please let me know.

The Starbound game files will be downloaded via steamcmd into the starbound directory. This is to ensure persistence.

Forked from michaellawrence/docker-starbound-server

Unstable

Adding the env variable STARBOUND_UNSTABLE=true will run the unstable Starbound version.

About

Run a StarBound server with Docker!

License:MIT License


Languages

Language:Shell 100.0%