Skip to content

Commit

Permalink
fix: fix compose.yaml typo
Browse files Browse the repository at this point in the history
Typo of `SIDEROLINK_WIREGUARD_ADVERTISED_ADDR`.

Signed-off-by: Christopher Gill <csgill@gmail.com>
  • Loading branch information
KarmaPoliceT2 authored and Unix4ever committed Nov 14, 2024
1 parent e4586f4 commit d46fe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ services:
--advertised-api-url=${ADVERTISED_API_URL}
--advertised-kubernetes-proxy-url=${ADVERTISED_K8S_PROXY_URL}
--siderolink-api-advertised-url=${SIDEROLINK_ADVERTISED_API_URL}
--siderolink-wireguard-advertised-addr=${SIDEROLINK_WIREGUARD_ADVERTRISED_ADDR}
--siderolink-wireguard-advertised-addr=${SIDEROLINK_WIREGUARD_ADVERTISED_ADDR}
--initial-users=${INITIAL_USER_EMAILS}
${AUTH}

0 comments on commit d46fe7e

Please sign in to comment.