From 7704a6a0ed213ea710d51d74f64619237102866e Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sun, 31 Dec 2023 20:23:57 -0700 Subject: [PATCH] Update Containers/Portainer/Deploy Portainer.md --- Containers/Portainer/Deploy Portainer.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Containers/Portainer/Deploy Portainer.md b/Containers/Portainer/Deploy Portainer.md index 89174da..bb41183 100644 --- a/Containers/Portainer/Deploy Portainer.md +++ b/Containers/Portainer/Deploy Portainer.md @@ -40,4 +40,9 @@ Install Docker then deploy Portainer 2. Be sure to set the `-v /srv/containers/portainer:/data` value to a safe place that gets backed up regularily. ### Configure Docker Network -I highly recomment setting up a [Dedicated Docker MACVLAN Network](https://docs.bunny-lab.io/Containers/Docker/Docker%20Networking/). You can use it to keep your containers on their own subnet. \ No newline at end of file +I highly recomment setting up a [Dedicated Docker MACVLAN Network](https://docs.bunny-lab.io/Containers/Docker/Docker%20Networking/). You can use it to keep your containers on their own subnet. + +### Access Portainer WebUI +You will be able to access the Portainer WebUI at the following address: `https://:9443` +!!! warning + You need to be quick, as there is a timeout period where you wont be able to onboard / provision Portainer and will be forced to restart it's container. If this happens, you can find the container using `sudo docker container ls` proceeded by `sudo docker restart `. \ No newline at end of file