You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/guides/docker.md
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -113,11 +113,41 @@ To do this you can set the environment variable `AUTO_DB_MIGRATE` to `true` in t
113
113
114
114
You can now access the application in your browser. The URL depends on your setup.
115
115
116
-
### 7. Testing the setup (optional)
116
+
### 7. Create a user
117
+
118
+
Depending on your configuration of the `APP_ENABLE_REGISTRATION` environment variable, you can either create a user via the registration form or you need to create a user via the CLI.
119
+
Per default the registration is disabled.
120
+
121
+
You can create a user via the CLI with the following command:
0 commit comments