mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-06 04:51:44 -07:00
docs: update README.md
This commit is contained in:
parent
85bb14c760
commit
08d0b2a0f4
1 changed files with 2 additions and 2 deletions
|
@ -119,9 +119,9 @@ The most simple one-minute installation. Great for the fresh VPS setup.
|
|||
```sh
|
||||
docker-compose up -d --no-build
|
||||
```
|
||||
5. Check if everything is okay
|
||||
5. Check if everything is okay (CTRL-C to stop log preview)
|
||||
```sh
|
||||
docker-compose logs
|
||||
docker-compose logs -f
|
||||
```
|
||||
6. Disable your firewall for the following ports: `80/tcp`, `443/tcp` and `9993/udp`
|
||||
- on ubuntu/debian with ufw installed:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue