We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10300a2 commit 49c73aaCopy full SHA for 49c73aa
README.md
@@ -63,7 +63,7 @@ then run the following commands:
63
docker-compose up -d config-editor
64
```
65
66
-Now go to `http://<octoprint_ip_or_url>:8443` in your browser to edit your octoprint files!
+Now go to `http://<octoprint_ip_or_url>:8443/?folder=/config` in your browser to edit your octoprint files!
67
Use the 'explorer' (accessible by clicking the hamburger menu icon) to explore folder and files to load
68
into the editor workspace.
69
docker-compose.yml
@@ -29,7 +29,7 @@ services:
29
# - GUID=0
30
# - TZ=America/Chicago
31
# volumes:
32
- # - octoprint:/octoprint
+ # - octoprint:/config
33
34
volumes:
35
octoprint:
0 commit comments