Self-host with Docker ยท Yantr
L-Town
Lightweight self-hosted L-Town server exposing a single web port.
1
Ports
2
Notes
2
Use Cases
About
What L-Town does
L-Town is a lightweight, self-hosted server for the L-Town project. It exposes a single network port for web and websocket connections, is easy to deploy via Docker, and is intended for small self-hosted multiplayer/web apps. Configure volumes if you need to persist state.
Install Flow
How to self-host L-Town
L-Town can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what L-Town does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Self-host multiplayer demos.
- Host lightweight web/socket apps.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 30300 | HTTP | Web UI |
Docker Image
ghcr.io/besoeasy/l-town:latest
Service Name
l-town
Notes
Things to know before you deploy
- No persistent volumes configured by default.
- Expose port 30300 as shown in the compose file.
Related Apps
More tools you might pair with L-Town
Page generated 2026-06-23T15:50:08.758Z