From b641912c0af809188d24a557aa323ca2f8137df0 Mon Sep 17 00:00:00 2001 From: Fr4nz D13trich Date: Thu, 2 Oct 2025 09:46:15 +0200 Subject: [PATCH] Update Setup Linux Docker --- Setup-Linux-Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup-Linux-Docker.md b/Setup-Linux-Docker.md index 376a526..e00605c 100644 --- a/Setup-Linux-Docker.md +++ b/Setup-Linux-Docker.md @@ -8,6 +8,6 @@ - **Software** - Docker -´´´ +```bash docker run -d -p 8080:8080 -p 8443:8443 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web -´´´ +```