diff options
| author | Chris Jones <chris@sysengineerchris.com> | 2024-01-21 19:33:27 -0500 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-01-21 16:35:34 -0800 |
| commit | 6aa45e93e2b9d1bd91c9fa6a736f0c669d3ae303 (patch) | |
| tree | 3ec82d63f448c20224e6d2661da6550e9942a212 | |
| parent | f0bd51c43919036651670df0120b17512d3ca902 (diff) | |
Making it so the container restarts on host reboot
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |