Update setup.sh
This commit is contained in:
parent
9375358b0d
commit
d9e4c34973
4
setup.sh
4
setup.sh
@ -55,7 +55,7 @@ msg "Installing Docker..."
|
|||||||
sh <(curl -sSL https://get.docker.com) &>/dev/null
|
sh <(curl -sSL https://get.docker.com) &>/dev/null
|
||||||
|
|
||||||
# Install Portainer
|
# Install Portainer
|
||||||
msg "Installing Portainer..."
|
msg "Installing Portainer 2x (portainer-ce)..."
|
||||||
docker volume create portainer_data >/dev/null
|
docker volume create portainer_data >/dev/null
|
||||||
docker run -d \
|
docker run -d \
|
||||||
-p 8000:8000 \
|
-p 8000:8000 \
|
||||||
@ -65,7 +65,7 @@ docker run -d \
|
|||||||
--restart=always \
|
--restart=always \
|
||||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||||
-v portainer_data:/data \
|
-v portainer_data:/data \
|
||||||
portainer/portainer &>/dev/null
|
portainer/portainer-ce &>/dev/null
|
||||||
|
|
||||||
# Install Watchtower
|
# Install Watchtower
|
||||||
msg "Installing Watchtower..."
|
msg "Installing Watchtower..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user