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' ```