Fix /estop and make /data/ and /logs/ volumes #62
No reviewers
Labels
No labels
bug
config update
documentation
duplicate
enhancement
in dev
input needed
new feature
not in draft
refactor
waiting on docs update
wont-do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Sirdog/EnduraBot!62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/docker-stuff"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/estopnow functions as thedocker-compose.ymlinstructions for when a container should restart has changed fromunless-stoppedtoon-failure. Usage of/estopis a graceful shutdown which the Docker container now respects.Host machine directories
/data/and/logs/have been turned into Docker volumes, allowing their viewing and manipulation while the container is active.Closes #54 and #51