Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add restart unless-stopped to docker compose #29

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

joshdentremont
Copy link
Contributor

changed from restart: "no" to restart: unless-stopped so containers will restart if server or docker is restarted

This is the behaviour we had in isle-dc and likely what everyone would want to use in production environments. Without this, sites will not spin back up if the server hosting them restarts or if Docker restarts

changed from restart: "no" to restart: unless-stopped so containers will restart if server or docker is restarted
@alxp alxp merged commit c1c8c5b into Islandora-Devops:main Jan 18, 2024
@alxp
Copy link
Contributor

alxp commented Jan 18, 2024

Works as advertized.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants