docs: update README.md

This commit is contained in:
dec0dOS 2021-08-24 15:49:26 +03:00
parent 85bb14c760
commit 08d0b2a0f4

View file

@ -119,9 +119,9 @@ The most simple one-minute installation. Great for the fresh VPS setup.
```sh ```sh
docker-compose up -d --no-build 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 ```sh
docker-compose logs docker-compose logs -f
``` ```
6. Disable your firewall for the following ports: `80/tcp`, `443/tcp` and `9993/udp` 6. Disable your firewall for the following ports: `80/tcp`, `443/tcp` and `9993/udp`
- on ubuntu/debian with ufw installed: - on ubuntu/debian with ufw installed: