Update selfhosted-quickstart.mdx (#245)

Added missing Port 33080
This commit is contained in:
aschubert
2024-11-13 20:02:02 +01:00
committed by GitHub
parent 29a528f0bc
commit 02585bd085

View File

@@ -25,7 +25,7 @@ as the identity provider for user management using a single-line setup script an
**Infrastructure requirements:**
- A Linux VM with at least **1CPU** and **2GB** of memory.
- The VM should be publicly accessible on TCP ports **80**, **443**, **33073** and **10000**; and UDP ports: **3478**, **49152-65535**.
- The VM should be publicly accessible on TCP ports **80**, **443**, **33073**, **10000** and **33080**; and UDP ports: **3478**, **49152-65535**.
- **Public domain** name pointing to the VM.
**Software requirements:**