Closed lucas42 closed 2 weeks ago
At the moment, if the server restarts, all the services stay stopped until they're manually restarted. It'd be ideal if they were started automatically.
This was (mostly) fixed by adding restart: always to all the docker compose configs.
restart: always
At the moment, if the server restarts, all the services stay stopped until they're manually restarted. It'd be ideal if they were started automatically.