diff --git a/README.md b/README.md index 6980d75..e64f5a6 100644 --- a/README.md +++ b/README.md @@ -83,11 +83,11 @@ then run the following commands: docker-compose up -d config-editor ``` -Now go to `http://:8443/?folder=/config` in your browser to edit your octoprint files! +Now go to `http://: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: diff --git a/compose.test.yml b/compose.test.yml index a62ddfb..b2207b8 100644 --- a/compose.test.yml +++ b/compose.test.yml @@ -24,7 +24,7 @@ services: - GUID=0 - TZ=America/Chicago volumes: - - octoprint:/config + - octoprint:/octoprint volumes: octoprint: diff --git a/docker-compose.yml b/docker-compose.yml index 5886177..9479acc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: # - GUID=0 # - TZ=America/Chicago # volumes: - # - octoprint:/config + # - octoprint:/octoprint volumes: octoprint: