Update pve6_ha_setup.sh

This commit is contained in:
tteck 2021-08-19 11:25:36 -04:00 committed by GitHub
parent b9c2566e15
commit 4c0aea9214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ docker run -d \
--restart=always \
-v /var/run/docker.sock:/var/run/docker.sock \
-v portainer_data:/data \
portainer/portainer &>/dev/null
portainer/portainer-ce:latest &>/dev/null
# Install Home Assistant
msg "Installing Home Assistant..."