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
After implementing with docker compose as specified in the documentation, a zombie process is always left behind after running docker compose up -d. I believe this to be caused by the restore-backup service that immediately exits.
After implementing with docker compose as specified in the documentation, a zombie process is always left behind after running
docker compose up -d
. I believe this to be caused by therestore-backup
service that immediately exits.Here is my
compose.yml
:The text was updated successfully, but these errors were encountered: