8 lines
163 B
YAML
8 lines
163 B
YAML
services:
|
|
meshtastic-web:
|
|
image: ghcr.io/meshtastic/web:latest
|
|
container_name: meshtastic-web
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8585:8080"
|