From 91e4cfe14dd286d285267d33e33a2600ae7579c4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 13 Apr 2024 12:43:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20port=20and=20directory?= =?UTF-8?q?=20in=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f9263ef..3bbb5750 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Or ```docker docker run -d \ -p 4000:80 \ - -v /root/my-local-conf.yml:/app/public/conf.yml \ + -v /root/my-local-conf.yml:/app/user-data/conf.yml \ --name my-dashboard \ --restart=always \ lissy93/dashy:latest @@ -140,7 +140,7 @@ See also: [examples with Docker Compose](./docs/deployment.md#using-docker-compo You will need [git](https://git-scm.com/downloads), the latest or LTS version of [Node.js](https://nodejs.org/) and _(optionally)_ [Yarn](https://yarnpkg.com/) installed on your system. - Clone the Repo: `git clone https://github.com/Lissy93/dashy.git` and `cd dashy` -- Configuration: Fill in your settings in `./public/conf.yml` +- Configuration: Fill in your settings in `./user-data/conf.yml` - Install dependencies: `yarn` - Build: `yarn build` - Run: `yarn start` @@ -169,7 +169,7 @@ Dashy supports **1-Click deployments** on several popular cloud platforms. To sp > For full configuration documentation, see: [**Configuring**](./docs/configuring.md) -Dashy is configured through a YAML file, located at `./public/conf.yml`. In addition, you can find a complete list of available options in the [Configuring Docs](./docs/configuring.md). The config can also be edited and saved directly through the UI. +Dashy is configured through a YAML file, located at `./user-data/conf.yml`. In addition, you can find a complete list of available options in the [Configuring Docs](./docs/configuring.md). The config can also be edited and saved directly through the UI. **[⬆️ Back to Top](#dashy)**