Skip to content

Commit 49c73aa

Browse files
committed
open config-editor to octoprint folder
1 parent 10300a2 commit 49c73aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ then run the following commands:
6363
docker-compose up -d config-editor
6464
```
6565

66-
Now go to `http://<octoprint_ip_or_url>:8443` in your browser to edit your octoprint files!
66+
Now go to `http://<octoprint_ip_or_url>:8443/?folder=/config` in your browser to edit your octoprint files!
6767
Use the 'explorer' (accessible by clicking the hamburger menu icon) to explore folder and files to load
6868
into the editor workspace.
6969

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
# - GUID=0
3030
# - TZ=America/Chicago
3131
# volumes:
32-
# - octoprint:/octoprint
32+
# - octoprint:/config
3333

3434
volumes:
3535
octoprint:

0 commit comments

Comments
 (0)