Fix /estop and make /data/ and /logs/ volumes #62

Merged
sirdog3355 merged 1 commit from fix/docker-stuff into dev 2025-10-19 13:49:43 -04:00
sirdog3355 commented 2025-10-19 13:49:30 -04:00 (Migrated from github.com)

/estop now functions as the docker-compose.yml instructions for when a container should restart has changed from unless-stopped to on-failure. Usage of /estop is 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

`/estop` now functions as the `docker-compose.yml` instructions for when a container should restart has changed from `unless-stopped` to `on-failure`. Usage of `/estop` is 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
Sign in to join this conversation.
No description provided.