From 30a1153fa5299a6cdd914d780234b565827fa633 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 27 Feb 2025 15:33:06 -0500 Subject: [PATCH] docs: cleanup integrated docker formatting --- docs/Integrated-Mode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Integrated-Mode.md b/docs/Integrated-Mode.md index c2d0341..14388a2 100644 --- a/docs/Integrated-Mode.md +++ b/docs/Integrated-Mode.md @@ -52,10 +52,10 @@ services: restart: unless-stopped command: serve ports: - - '8080:8080' + - '8080:8080' volumes: - './headscale-data:/var/lib/headscale' - - './headscale-config:/etc/headscale' + - './headscale-config:/etc/headscale' ```