From 07dca79b2065de50394ff27fd348886b06cac3e6 Mon Sep 17 00:00:00 2001 From: Jamie Greeff Date: Wed, 7 Sep 2022 14:16:04 +0100 Subject: [PATCH] Remove --rm flag from Docker example It appears to be causing confusion for users on Discord when copying/pasting from the example here, if Headscale crashes on launch then the container will be removed and logs can't be viewed with `docker logs`. --- docs/running-headscale-container.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/running-headscale-container.md b/docs/running-headscale-container.md index d341bb7c..f3626e9f 100644 --- a/docs/running-headscale-container.md +++ b/docs/running-headscale-container.md @@ -66,7 +66,6 @@ db_path: /etc/headscale/db.sqlite docker run \ --name headscale \ --detach \ - --rm \ --volume $(pwd)/config:/etc/headscale/ \ --publish 127.0.0.1:8080:8080 \ --publish 127.0.0.1:9090:9090 \