Update Docker GUI Managers/Dockhand/README.md

This commit is contained in:
2026-01-22 00:08:52 +00:00
parent ff43ba1015
commit 11f5347b8c
+1 -1
View File
@@ -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: 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 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) If firewall(UFW) is enabled you may need to allow port 3000 (test first before creating the rule)