We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cf9b0 commit dba91f1Copy full SHA for dba91f1
website/docs/server-guides/configure.md
@@ -112,7 +112,11 @@ docker compose exec web ./manage.py gen_site_secret
112
113
2. Copy the `DJANGO_SECRET_KEY=xxx` line in the output of the previous command into `.env`
114
115
-3. Restart the Obico Server: `docker compose stop && docker compose up -d`
+3. Restart the Obico Server:
116
+
117
+```
118
+docker compose stop && docker compose up -d
119
120
121
4. Re-sign all media URL. This step is important, otherwise all of your previous prints and G-Code files will be unusable.
122
0 commit comments