mathielo / dst-dedicated-server

Don't Starve Together dedicated server guide for all platforms (Linux, Mac, Windows) with Docker. Extensive documentation covering mods installation, server config and performance, world generation and setting up admins.
MIT License
296 stars 56 forks source link

FR: Add systemd service file to boot docker on machine startup #41

Closed legion0 closed 2 years ago

legion0 commented 2 years ago

Would be great if we can start the docker detached from systemd config so we don't need to ssh into the machine to start up the docker container if the machine is off.

Examples can be found here: https://stackoverflow.com/questions/43671482/how-to-run-docker-compose-up-d-at-system-start-up

legion0 commented 2 years ago

I think this isn't relevant as docker will run on startup and start the container, new to docker so not sure and haven't gotten this working yet, please close if that is the case.