Update README.md

This commit is contained in:
LRVT 2023-07-18 11:31:47 +02:00 committed by GitHub
parent 7b5a9d9b51
commit 0952e9de87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,4 @@ 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. Alternatively, remove the Traefik labels and directly use TCP/13000 (HTTP).
Note: It is recommended to run the Firezone web panel behind a reverse proxy (e.g. Traefik) if you want to expose it. Alternatively, keep it running on http://127.0.0.1:13000.