From 262095e5bb60b6219ca712f8e048c59e987cf8e6 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Mon, 26 Nov 2018 11:15:32 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc91409..cbe6cd85 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ will bind to `localhost` on port `1224`. You can then use a reverse proxy to con 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:8080 amir20/dozzle:latest --base /foobar + $ docker run --volume=/var/run/docker.sock:/var/run/docker.sock -p 8080:8080 amir20/dozzle:latest --base /foobar dozzle will be available at [http://localhost:8080/foobar/](http://localhost:8080/foobar/).