Skip to content

Commit

Permalink
Remove --rm flag from Docker example
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
madjam002 authored and tsujamin committed Sep 7, 2022
1 parent 8a8ec74 commit 91e3039
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/running-headscale-container.md
Expand Up @@ -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 \
Expand Down

0 comments on commit 91e3039

Please sign in to comment.