Running.md: fix missing backslash (\)

* This would cause otherwise the command to abort after the first statement of the docker command ;)
This commit is contained in:
lion24
2021-11-20 23:31:49 +01:00
committed by GitHub
parent 836986aa59
commit e91f72fe4c

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 \