Skip to content

Commit dba91f1

Browse files
committed
Minor fix
1 parent d2cf9b0 commit dba91f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/docs/server-guides/configure.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ docker compose exec web ./manage.py gen_site_secret
112112

113113
2. Copy the `DJANGO_SECRET_KEY=xxx` line in the output of the previous command into `.env`
114114

115-
3. Restart the Obico Server: `docker compose stop && docker compose up -d`
115+
3. Restart the Obico Server:
116+
117+
```
118+
docker compose stop && docker compose up -d
119+
```
116120

117121
4. Re-sign all media URL. This step is important, otherwise all of your previous prints and G-Code files will be unusable.
118122

0 commit comments

Comments
 (0)