Update README.md to fix legacy docker-compose
This commit is contained in:
parent
a52d936e3a
commit
9b5f98a012
@ -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`).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user