Skip to content
This repository was archived by the owner on Jan 7, 2024. It is now read-only.

Commit ac40aa2

Browse files
fix ports order
1 parent 76cc3a7 commit ac40aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ opt_param_env_vars:
3030

3131
param_usage_include_ports: true
3232
param_ports:
33+
- { external_port: "8443", internal_port: "8443", port_desc: "Unifi web admin port" }
3334
- { external_port: "3478", internal_port: "3478/udp", port_desc: "Unifi STUN port" }
3435
- { external_port: "10001", internal_port: "10001/udp", port_desc: "Required for AP discovery" }
3536
- { external_port: "8080", internal_port: "8080", port_desc: "Required for device communication" }
36-
- { external_port: "8443", internal_port: "8443", port_desc: "Unifi web admin port" }
3737
param_usage_include_env: false
3838

3939
opt_param_usage_include_ports: true

0 commit comments

Comments
 (0)