use docker compose v2 (#14841)

This commit is contained in:
MarlinMr
2023-02-21 00:42:42 +01:00
committed by GitHub
parent 9617e47319
commit 7e9e360c9c

View File

@@ -20,6 +20,6 @@ cd docker-master/examples/compose
3. Set a new mysql password in .env and inspect docker-composer.yml
4. Bring up the docker containers
```
docker-compose up -d
docker compose up -d
```
5. Open webui to finish configuration. `http://localhost` (use the correct ip or name instead of localhost)