1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-14 13:51:01 +02:00

Update Running.md

line 29, fixed added "\" to fix script
This commit is contained in:
Nerdtality 2021-11-20 20:17:15 -06:00 committed by GitHub
parent 836986aa59
commit e7531eeccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
```shell
docker run --name headscale \
-e POSTGRES_DB=headscale
-e POSTGRES_DB=headscale \
-e POSTGRES_USER=foo \
-e POSTGRES_PASSWORD=bar \
-p 5432:5432 \