Skip to content

Commit

Permalink
update docs and example with new config paths
Browse files Browse the repository at this point in the history
  • Loading branch information
LongLiveCHIEF committed Dec 9, 2020
1 parent ac8a130 commit a915402
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ then run the following commands:
docker-compose up -d config-editor
```

Now go to `http://<octoprint_ip_or_url>:8443/?folder=/config` in your browser to edit your octoprint files!
Now go to `http://<octoprint_ip_or_url>:8443/?folder=/octoprint` 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.

All configuration files are in the `/config` folder, and the active configuration will be accessible at `/config/config.yaml`
All configuration files are in the `octoprint` folder, and the active configuration will be accessible at `/octoprint/octoprint/config.yaml`

When you're done, we recommend you stop and remove this service/container:

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

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

volumes:
octoprint:

0 comments on commit a915402

Please sign in to comment.