Merge pull request #230 from lion24/patch-1

This commit is contained in:
Kristoffer Dalby 2021-11-22 09:47:37 +00:00 committed by GitHub
commit a477c808c7
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 \