mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-06-30 18:40:31 +02:00
ead3839a15
add optional middleware to restrict web panel access
Reference
Notes
- Download the
docker-compose.ymland.envfile from this repository. - Adjust both files to your needs. Especially change the default secrets!
- Proceed by executing the below commands.
docker compose run --rm firezone bin/migrate
docker compose run --rm firezone bin/create-or-reset-admin
docker compose up -d
Note: This compose setup requires an already existing dockerized Traefik reverse proxy.