Skip to content

Commit d104b03

Browse files
authored
docs: replace 'docker-compose' with 'docker compose' conmand
1 parent 6c2654e commit d104b03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ docker pull dec0dos/zero-ui
121121
5. Run the containers
122122

123123
```sh
124-
docker-compose up -d --no-build
124+
docker compose up -d --no-build
125125
```
126126

127127
6. Check if everything is okay (`CTRL-C` to stop log preview)
128128

129129
```sh
130-
docker-compose logs -f
130+
docker compose logs -f
131131
```
132132

133133
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
209209
To get the latest version, simply run
210210

211211
```sh
212-
docker-compose pull && docker-compose up -d --no-build
212+
docker compose pull && docker compose up -d --no-build
213213
```
214214

215215
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.

0 commit comments

Comments
 (0)