Skip to content

Commit

Permalink
Merge pull request #797 from madjam002/patch-1
Browse files Browse the repository at this point in the history
Remove --rm flag from Docker example
  • Loading branch information
juanfont authored Sep 7, 2022
2 parents 1a5a5b1 + 07dca79 commit a0a4634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/running-headscale-container.md
Original file line number Diff line number Diff line change
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 a0a4634

Please sign in to comment.