Expose Any Web Application
Prerequisites
Step 1: Identify the Port
# Check Docker containers:
docker ps
# Check what's listening:
ss -tlnp | grep LISTENStep 2: Add the Service
Step 3: Access Your App
Common Applications
Application
Default Port
Notes
Tips for Specific Configurations
Applications That Need Their Public URL
Applications With Built-in Auth
Applications That Use WebSockets
Last updated