Devidian / docker-spaceengineers

A Docker for Space Engineers Dedicated Server
87 stars 21 forks source link

AUTORESTART not working #42

Closed Devidian closed 1 year ago

Devidian commented 1 year ago

I've noticed myself that AUTORESTART is not working correctly. It seems to stop SE but not the container itself, so no restart.

Did anyone else notice this too?

se-ds-docker  | 2023-04-21 01:17:31.604: Logging off Steam...
se-ds-docker  | 2023-04-21 01:17:31.606: Shutting down server...
se-ds-docker  | 2023-04-21 01:17:31.761: Done
se-ds-docker  | 2023-04-21 01:17:33.683: AUTORESTART
NAME                IMAGE                                 COMMAND                  SERVICE             CREATED             STATUS                    PORTS
se-ds-docker        devidian/spaceengineers:winestaging   "/bin/sh -c /root/en…"   se-server           39 hours ago        Up 13 hours (unhealthy)   0.0.0.0:27016->27016/udp, :::27016->27016/udp, 0.0.0.0:18080->8080/tcp, :::18080->8080/tcp
Devidian commented 1 year ago

Solved, the No-Ip hung-up fix caused this behavior. I removed it but did forget to pull the new image on the server (just recreated my composer conteiner but that did not check for new image.)

So if anyone encounters this, be sure to use the latest image.