plane
plane copied to clipboard
[bug]: Container plane-app-proxy-1 does not start after host restart (self hosted)
Is there an existing issue for this?
- [X] I have searched the existing issues
Current behavior
Plane is self-hosted in the latest version (0.19.0) and was installed according to the instructions for Docker: https://docs.plane.so/self-hosting/methods/docker-compose.
When restarting the operating system (alpine linux), all containers start except plane-app-proxy-1 - this must be started manually.
It would be desirable if plane-app-proxy-1 also started.
Steps to reproduce
Reboot
Environment
Production
Browser
None
Variant
Self-hosted
Version
0.19.0
Same for me, would be great to add restart: unless-stopped to the proxy service
I think a solution would be to add a line in deploy/selfhost/docker-compose.yml. Below proxy:
an addotional line restart: unless-stopped
should fix the issue.
This has been taken care of in PR 5288
Closing this issue.