Skip to content

Commit ad93676

Browse files
committed
ENV linter fix
1 parent 9281843 commit ad93676

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,11 @@ WIREGUARD_PORT=80
105105
## Example values given, can be whatever IPs are desired
106106

107107
## Traefik IPv4
108+
# dotenv-linter:off UnorderedKey
108109
TRAEFIK_PROXY_GATEWAY=10.123.101.1
109110
TRAEFIK_PROXY_SUBNET=10.123.101.0/24
110111
TRAEFIK_IPV4=10.123.101.254
112+
# dotenv-linter:on UnorderedKey
111113

112114
## Traefik IPv6
113115
TRAEFIK_PROXY_IPV6_SUBNET_PREFIX="${SERVER_ULA_PREFIX}:1" # Replace `1` with a randomly generated 2 byte hexadecimal

0 commit comments

Comments
 (0)