mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
Modify quick-start instructions for Docker setup (#555)
Updated the steps for starting Docker containers to include directory ownership adjustment.
This commit is contained in:
@@ -60,7 +60,12 @@ git clone --branch "$(curl -s https://api.github.com/repos/langgenius/dify/relea
|
|||||||
```bash
|
```bash
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
```
|
```
|
||||||
3. Start the Docker containers
|
3. Update directory ownership on the host
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo chown -R 1001:1001 ./volumes/app/storage
|
||||||
|
```
|
||||||
|
4. Start the Docker containers
|
||||||
|
|
||||||
Choose the appropriate command to start the containers based on the Docker Compose version on your system. You can use the `$ docker compose version` command to check the version, and refer to the [Docker documentation](https://docs.docker.com/compose/install/) for more information:
|
Choose the appropriate command to start the containers based on the Docker Compose version on your system. You can use the `$ docker compose version` command to check the version, and refer to the [Docker documentation](https://docs.docker.com/compose/install/) for more information:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user