mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-11-11 15:50:38 +08:00
docs: replace 'docker-compose' with 'docker compose' conmand
This commit is contained in:
parent
6c2654ea8c
commit
d104b0388e
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue