Update container.md

This commit is contained in:
Alexey Tarasov 2025-05-03 12:16:49 +05:00 committed by nblock
parent 03a91693ac
commit 53d9c95160

View File

@ -31,9 +31,9 @@ should not work with alternatives like [Podman](https://podman.io). The containe
docker run \ docker run \
--name headscale \ --name headscale \
--detach \ --detach \
--volume $(pwd)/config:/etc/headscale \ --volume "$(pwd)/config:/etc/headscale" \
--volume $(pwd)/lib:/var/lib/headscale \ --volume "$(pwd)/lib:/var/lib/headscale" \
--volume $(pwd)/run:/var/run/headscale \ --volume "$(pwd)/run:/var/run/headscale" \
--publish 127.0.0.1:8080:8080 \ --publish 127.0.0.1:8080:8080 \
--publish 127.0.0.1:9090:9090 \ --publish 127.0.0.1:9090:9090 \
headscale/headscale:<VERSION> \ headscale/headscale:<VERSION> \