From: Chris Jones Date: Mon, 22 Jan 2024 00:33:27 +0000 (-0500) Subject: Making it so the container restarts on host reboot X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/commitdiff_plain/6aa45e93e2b9d1bd91c9fa6a736f0c669d3ae303?hp=f0bd51c43919036651670df0120b17512d3ca902 Making it so the container restarts on host reboot --- diff --git a/docker-compose.yml b/docker-compose.yml index 7068b2f..99a47a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,7 @@ services: mobius-hotline-server: build: . + restart: always ports: - "5500:5500" - "5501:5501"