diff --git a/Docker GUI Managers/Dockhand/README.md b/Docker GUI Managers/Dockhand/README.md index 8374acf..b4d5c0e 100644 --- a/Docker GUI Managers/Dockhand/README.md +++ b/Docker GUI Managers/Dockhand/README.md @@ -5,7 +5,7 @@ Must have Docker installed: https://wiki.gabesville.com/books/docker/page/instal Run the docker command to install and run Portainer: sudo docker run -d -p 3000:3000 --name dockhand --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/docker/dockhand/dockhand_data:/app/data fnsys/dockhand:latest -Go to https://IPADDRESS:3000 to access +Go to http://IPADDRESS:3000 to access If firewall(UFW) is enabled you may need to allow port 3000 (test first before creating the rule)