From 08d0b2a0f40bd5a686b34fa9049c182601e91dea Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Tue, 24 Aug 2021 15:49:26 +0300 Subject: [PATCH] docs: update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c047957..69da20d 100755 --- a/README.md +++ b/README.md @@ -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: