Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 870 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 870 Bytes

🫥 Stub

🫥 Stub

Stub domains for redirects.

htpasswd -c users traefik

docker volume create acme
docker volume create stub
docker run --rm -it \
  -v stub:/runtime \
  -w /runtime \
  alpine:latest
# vi users

docker run -d \
  --name stub \
  -p 80:80 \
  -p 443:443 \
  -v acme:/etc/traefik/acme \
  -v stub:/runtime \
  ghcr.io/octopot/stub:latest

made with ❤️ for everyone by OctoLab