Update README.md to fix legacy docker-compose

This commit is contained in:
rockstardev 2025-05-31 10:57:37 -05:00 committed by GitHub
parent a52d936e3a
commit 9b5f98a012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,9 +49,11 @@ If you need to update the version of a service (e.g., Plugin Builder), follow th
```bash
git pull
docker-compose up -d
docker compose up -d
```
On legacy servers, using new `docker compose` instead of `docker-compose`, you may get a warning that volume already exists, but that shouldn't be a problem. We will add a guide on migrating to remove the warning as we further improve the repository.
## Additional settings
We advise you to change `PluginSettings/EnableUploads` to true manually (`/var/lib/docker/volumes/root_mm-config/_data/config.json`).