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:
-LAN-
2025-11-27 21:13:21 +08:00
committed by GitHub
parent fa597a9321
commit bc9cfc33c4

View File

@@ -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: