From d104b0388e4ca691b421c56ccf06946c12913877 Mon Sep 17 00:00:00 2001 From: Aliaksei Date: Tue, 21 Oct 2025 15:18:47 +0100 Subject: [PATCH] docs: replace 'docker-compose' with 'docker compose' conmand --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93d2145..30c74aa 100755 --- a/README.md +++ b/README.md @@ -121,13 +121,13 @@ docker pull dec0dos/zero-ui 5. Run the containers ```sh -docker-compose up -d --no-build +docker compose up -d --no-build ``` 6. Check if everything is okay (`CTRL-C` to stop log preview) ```sh -docker-compose logs -f +docker compose logs -f ``` 7. Disable your firewall for the following ports: `80/tcp`, `443/tcp`, and `9993/udp` @@ -209,7 +209,7 @@ _For screenshots, please refer to the [screenshots](docs/SCREENSHOTS.md) section To get the latest version, simply run ```sh -docker-compose pull && docker-compose up -d --no-build +docker compose pull && docker compose up -d --no-build ``` in the folder where `docker-compose.yml` is located. Backups may not be necessary since most of your data is usually saved at the controller level, but it's still a good idea to consider them as a precautionary measure.