You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if related with this issue but whenever the VPS restarts the containers are not being launched. If you have automatic maintenance on your VPS this can be problematic. @MightyMoud Should I open another issue for this bug/feature request?
When using Sidekick v.0.6.6 installed with
brew
generateddocker-compose.yml
file does include restart property. (restart: unless-stopped
).When doing it on same app from the github code source, it does include it.
Recreation:
Dockerfile
Brew installed sidekick v.0.6.6 version:
sidekick launch
Generated
docker-compose.yml
:Github source running from source:
sidekick launch
Generated
docker-compose.yml
:Homebrew: 4.4.4
Sidekick: v0.6.6
The text was updated successfully, but these errors were encountered: