From 66fe775d27783f2b79a07670ac5fb17fe4d8bacf Mon Sep 17 00:00:00 2001 From: ngosang Date: Fri, 8 Jan 2021 16:18:55 +0100 Subject: [PATCH] Fix Docker CLI documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ef70c4..ab92701 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ If you prefer the `docker cli` execute the following command. ```bash docker run -d \ --name=flaresolverr \ + -p 8191:8191 \ -e LOG_LEVEL=info \ --restart unless-stopped \ ghcr.io/flaresolverr/flaresolverr:latest