You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to mount a read-only directory to the container, containing all relevant certificates for remote docker connections, but mounting onto /app/data/docker-tls results in a not starting container with the message:
chown: changing ownership of '/app/data/docker-tls/example.org': Read-only file system
π Reproduction steps
Create a compsoe file, setting the environemnt variable DOCKER_TLS_DIR_PATH
π I have found these related issues/pull requests
First implementation:
#2852
Last update:
#3527
Documentation update:
louislam/uptime-kuma-wiki#66
π‘οΈ Security Policy
Description
The documentation (https://github.com/louislam/uptime-kuma/wiki/How-to-Monitor-Docker-Containers) states the option to overwrite the
docker-tls
path with the environment variableDOCKER_TLS_DIR_PATH
which simply does not work. Looking at the code also reflects that, see last update (#3527) where the reference toprocess.env.DOCKER_TLS_DIR_PATH
has been removed.I want to mount a read-only directory to the container, containing all relevant certificates for remote docker connections, but mounting onto
/app/data/docker-tls
results in a not starting container with the message:π Reproduction steps
Create a compsoe file, setting the environemnt variable
DOCKER_TLS_DIR_PATH
π Expected behavior
Certificates are looked up in the specified directory
π Actual Behavior
DOCKER_TLS_DIR_PATH
is ignored and lookup only happens in/app/data/docker-tls
π» Uptime-Kuma Version
1.23.13
π» Operating System and Arch
Ubuntu 22.04
π Browser
Google Chrome 127.0.6533.73
π₯οΈ Deployment Environment
π Relevant log output
No response
The text was updated successfully, but these errors were encountered: