Closed ghost closed 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]
restart: on-failure
How this fixes it: restart: unless-stopped will restart the containers under all conditions unless a user manually stops them
restart: unless-stopped
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