Update setup.sh

This commit is contained in:
Sthopeless 2020-12-18 19:05:29 +01:00
parent f077d1c953
commit c5fda09987

View File

@ -55,7 +55,7 @@ msg "Installing Docker..."
sh <(curl -sSL https://get.docker.com) &>/dev/null
# Install Portainer
msg "Installing Portainer 2x (portainer-ce)..."
msg "Installing Portainer-CE..."
docker volume create portainer_data >/dev/null
docker run -d \
-p 8000:8000 \