Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -72,7 +72,7 @@ After running `docker compose up -d`, the server is now running the following co
💾 19sq-mariadb <-- 🐍 19sq-flask <-- 🖥️ 19sq-nginx <-- 🔄 Reverse Proxy
To make your application accessible, you'll want to route external traffic to the `19sq-nginx` container on port `5001`. [Nginx Proxy Manager](https://nginxproxymanager.com/) simplifies the setup of a reverse proxy. It provides an intuitive interface for:
To make your application accessible, you'll want to route external traffic to the `19sq-nginx` container on port `5001`. The learning analytics dashboard runs on port `2000`. [Nginx Proxy Manager](https://nginxproxymanager.com/) simplifies the setup of a reverse proxy. It provides an intuitive interface for:
* **Redirecting traffic:** Easily point domain names or subpaths to your container.
* **Adding SSL certificates:** Secure your application with Let's Encrypt integration.
......
......