Closed CarstenWalther closed 6 years ago
The configuration restart: always starts the container after the start of the docker daemon. Example: If I restart my laptop, the merchant will be started. I changed the behavior to on-failure with 5 restart attempts.
restart: always
on-failure
The configuration
restart: always
starts the container after the start of the docker daemon. Example: If I restart my laptop, the merchant will be started. I changed the behavior toon-failure
with 5 restart attempts.