mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-30 21:23:49 +00:00
56d36e26aa
adjust notes |
||
---|---|---|
.. | ||
docker-compose.yml | ||
README.md |
Reference
Notes
- Download the
docker-compose.yml
andenv.example
file from this repository. - Adjust the compose file to your needs.
- Renamte the
env.example
file to.env
and adjust 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.