Commit b79c7d8d authored by Administrator's avatar Administrator

Update install.sh

parent 395e415a
...@@ -41,7 +41,7 @@ docker volume create portainer_data ...@@ -41,7 +41,7 @@ docker volume create portainer_data
docker run -d -p 80:9000 --name=portainer --restart=always \ docker run -d -p 80:9000 --name=portainer --restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data portainer/portainer:1.20.2 -v portainer_data:/data portainer/portainer
# Verify Portainer installation # Verify Portainer installation
docker ps -a docker ps -a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment