summaryrefslogtreecommitdiff
path: root/docs/installation_guide/docker.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-05-03 12:06:08 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-03 12:06:08 +0200
commitf040ad899d1bfb9affe9af5296af6c69f2178924 (patch)
tree360e6219d65eed8faf5928d9f773c2e4bbbc0038 /docs/installation_guide/docker.md
parent[chore] Move initial MediaRemotePrune to cmd.server function (#536) (diff)
downloadgotosocial-f040ad899d1bfb9affe9af5296af6c69f2178924.tar.xz
[documentation] put single-quotes around passwords in install docs (#534)
Diffstat (limited to 'docs/installation_guide/docker.md')
-rw-r--r--docs/installation_guide/docker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation_guide/docker.md b/docs/installation_guide/docker.md
index 8342f7893..cea3947c1 100644
--- a/docs/installation_guide/docker.md
+++ b/docs/installation_guide/docker.md
@@ -123,7 +123,7 @@ Now that GoToSocial is running, you can execute commands inside the running cont
First create a user (replace the username, email, and password with appropriate values):
```bash
-docker exec -it gotosocial /gotosocial/gotosocial admin account create --username some_username --email someone@example.org --password some_very_good_password
+docker exec -it gotosocial /gotosocial/gotosocial admin account create --username some_username --email someone@example.org --password 'some_very_good_password'
```
Now confirm the user, replacing username with the value you used in the command above.