mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1893] Docker - Volume mapping documentation #1177
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#1177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @mr6volt on GitHub (Jun 16, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1893
When looking at the Docker documentation for installation, I noticed that it appears to be missing instructions for creating folders on the host to map the persistent volume ENV entries. I only discovered this by downloading and reading the compose file that there was consideration for persistent storage at all.
The documentation needs to be updated to include information about creating folders on the host, and WHY it is important to do so. (I assume the update process requires the container to be torn down and replaced with a newly pulled image?)
Also, the SSL certificates shouldn't base64-ed into the environment variables. I think it would be better to instead be made available via a persistent folder. Thus allowing easy renewals using a command prompt on the host and a docker container restart if required.