diff --git a/website/src/app/kb/automate/docker-compose/readme.mdx b/website/src/app/kb/automate/docker-compose/readme.mdx index 441694960..61316b4ce 100644 --- a/website/src/app/kb/automate/docker-compose/readme.mdx +++ b/website/src/app/kb/automate/docker-compose/readme.mdx @@ -25,18 +25,18 @@ services: environment: # Use a unique ID for each Gateway in your Firezone account. If left blank, # the Gateway will generate a random ID saved in /var/lib/firezone - # - FIREZONE_ID= + # FIREZONE_ID: # REQUIRED. The token shown when deploying a Gateway in the admin portal. - - FIREZONE_TOKEN= + FIREZONE_TOKEN: # Configure log output. Other options are "trace", "debug", "info", "warn", "error", and "off". # See https://docs.rs/env_logger/latest/env_logger/ for more information. - - RUST_LOG=info + RUST_LOG: info # Human-friendly name to use for this Gateway in the admin portal. # $(hostname) is used by default if not set. - # - FIREZONE_NAME= + # FIREZONE_NAME: volumes: # Persist the FIREZONE_ID. Can be omitted if FIREZONE_ID is set above. - /var/lib/firezone:/var/lib/firezone