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:
parent
836986aa59
commit
e91f72fe4c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run --name headscale \
|
docker run --name headscale \
|
||||||
-e POSTGRES_DB=headscale
|
-e POSTGRES_DB=headscale \
|
||||||
-e POSTGRES_USER=foo \
|
-e POSTGRES_USER=foo \
|
||||||
-e POSTGRES_PASSWORD=bar \
|
-e POSTGRES_PASSWORD=bar \
|
||||||
-p 5432:5432 \
|
-p 5432:5432 \
|
||||||
|
|
Loading…
Reference in a new issue