update README.md

This commit is contained in:
Dmitry Afanasyev 2023-03-09 00:57:15 +03:00
parent f6f506984b
commit b83874dec3

View File

@ -10,6 +10,7 @@ It uses `pydio/cells` docker image, use whatever image by editing the docker-com
## Starting Cells ## Starting Cells
```bash ```bash
cp .env.template .env
docker-compose up -d docker-compose up -d
``` ```