Closed alainseys closed 1 year ago
Hi ,
is there a way to use htpassword on the nginx because i run the docker containers i get me straigt to the details page an evryone can access this.
so my idea was to add htpassword but how to i transfer the htpasswd to the docker container?
you can close this issue my .htpassword had not the . in front of the file and adding a volume mount in docker compse - ./data/conf/nginx/.htpasswd:/etc/nginx/.htpasswd:ro
- ./data/conf/nginx/.htpasswd:/etc/nginx/.htpasswd:ro
this works as expected
Hi ,
is there a way to use htpassword on the nginx because i run the docker containers i get me straigt to the details page an evryone can access this.
so my idea was to add htpassword but how to i transfer the htpasswd to the docker container?