mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-18 07:17:05 +00:00
.. | ||
.env_example | ||
docker-compose.yml | ||
README.md |
Reference
Notes
- Download the
docker-compose.yml
and.env
file 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.