From e3ec6f08eba3535456a60152fcb820b80de87f3c Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 19 Aug 2024 19:10:08 +0000 Subject: [PATCH] chore: update docs --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 23eb4c1..b3a33a5 100644 --- a/README.md +++ b/README.md @@ -44,20 +44,10 @@ WebSSH2 is an HTML5 web-based terminal emulator and SSH client. It uses SSH2 as ## Docker Setup -1. Modify `config.json`: - ```json - { - "listen": { - "ip": "0.0.0.0", - "port": 2222 - } - } - ``` - -2. Build and run the Docker container: +1. Build and run the Docker container (with debug messages): ```bash docker build -t webssh2 . - docker run --name webssh2 -d -p 2222:2222 webssh2 + docker run --name webssh2 --rm -it -p 2222:2222 -e "DEBUG=webssh2*" webssh2 ``` ## Usage