Skip to content

Commit

Permalink
open config-editor to octoprint folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LongLiveCHIEF committed Sep 8, 2020
1 parent 10300a2 commit 49c73aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ then run the following commands:
docker-compose up -d config-editor
```

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!
Use the 'explorer' (accessible by clicking the hamburger menu icon) to explore folder and files to load
into the editor workspace.

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
# - GUID=0
# - TZ=America/Chicago
# volumes:
# - octoprint:/octoprint
# - octoprint:/config

volumes:
octoprint:

0 comments on commit 49c73aa

Please sign in to comment.