MutinyWallet / mutiny-deploy

4 stars 1 forks source link

Moar container restarts #3

Closed ghost closed 1 year ago

ghost commented 1 year ago

Problem: Dring regular events such as reboots the containers would exit 0 and then wouldn't restart because of restart: on-failure [docs]

How this fixes it: restart: unless-stopped will restart the containers under all conditions unless a user manually stops them