From f083ea028db25a5a53191aeca217624c3eaaaa3e Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 19 Nov 2018 17:25:59 -0800 Subject: [PATCH] Fixes error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed41de27..a8b8b8df 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ will bind to `localhost` on port `1224`. You can then use use reverse proxy to c dozzle by default mounts to "/". If you want to control the base path you can use the `--base` option. For example, if you want to mount at "/foobar", then you can override by using `--base /foobar`. - $ docker run --volume=/var/run/docker.sock:/var/run/docker.sock -p 8888:1224 amir20/dozzle:latest --base /foobar + $ docker run --volume=/var/run/docker.sock:/var/run/docker.sock -p 8888:8080 amir20/dozzle:latest --base /foobar dozzle will be available at [http://localhost:8080/foobar/](http://localhost:8080/foobar/).