We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Compose file compose.yaml:
compose.yaml
version: '3' services: dumbproxy: container_name: dumbproxy image: ghcr.io/senseunit/dumbproxy:latest-alpine ports: - "443:443" command: - "-bind-address=:443" - "-auth=basicfile://?path=/etc/dumbproxy.htpasswd" - "-autocert" volumes: - ./dumbproxy.htpasswd:/etc/dumbproxy.htpasswd:rw - ./dumbproxy:/.dumbproxy
Make sure mounted directories are writable by dumbproxy user inside container.
In order to add user, exec into container and run dumbproxy -passwd /etc/dumbproxy.htpasswd LOGIN PASSWORD.
dumbproxy -passwd /etc/dumbproxy.htpasswd LOGIN PASSWORD