fix: correct exposed port mapping in run script

This commit is contained in:
2026-02-27 13:45:03 +01:00
parent 0862cad994
commit 5483f22f6f

2
run.sh
View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
EXPOSED_PORTS=("-p" "443:443")
EXPOSED_PORTS=("-p" "443:10000")
OAUTH_ENABLED=""
while [[ $# -gt 0 ]]; do