Update Containers/Portainer/Deploy Portainer.md

This commit is contained in:
Nicole Rappe
2023-12-31 20:19:10 -07:00
parent 049403ddd2
commit 85b6100ba7

View File

@ -20,7 +20,7 @@ Install Docker then deploy Portainer
=== "Ubuntu Server" === "Ubuntu Server"
``` sh ``` sh
sudo apt install docker.io sudo apt install docker.io -y
docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/containers/portainer:/data portainer/portainer-ee:latest # (1) docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /srv/containers/portainer:/data portainer/portainer-ee:latest # (1)
``` ```