Hetsh / docker-stationeers

Easy to set up stationeers server inside a docker container.
https://hub.docker.com/r/hetsh/stationeers
The Unlicense
9 stars 4 forks source link

Replace SERVER_OPTS with CMD #6

Closed Hetsh closed 3 years ago

Hetsh commented 3 years ago

SERVER_OPTS serves the same purpose as CMD, so we should stick with the standard way.

Hetsh commented 3 years ago

Due to the shell variation of the specified ENTRYPOINT, SERVER_OPTS cannot be replaced by specifying additional parameters via CMD: docker run ... hetsh/stationeers <additional_parameter>. All parameters specified like this are associated with the shell and not the stationeers server. Closed.