From 7798e7717d508e238202a395f7523d25c4bb99dc Mon Sep 17 00:00:00 2001 From: Henrik Solberg Date: Mon, 28 Oct 2024 14:40:23 +0100 Subject: [PATCH] Updated docker commands in `README.md` with new port number used by nginx-unprivileged --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5549bda2..5d8be3a5 100755 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ If you would like to try out CyberChef locally you can either build it yourself: ```bash docker build --tag cyberchef --ulimit nofile=10000 . -docker run -it -p 8080:80 cyberchef +docker run -it -p 8080:8080 cyberchef ``` Or you can use our image directly: ```bash -docker run -it -p 8080:80 ghcr.io/gchq/cyberchef:latest +docker run -it -p 8080:8080 ghcr.io/gchq/cyberchef:latest ``` This image is built and published through our [GitHub Workflows](.github/workflows/releases.yml)