소스 검색

Update pve7_ha_setup.sh

tteck 3 년 전
부모
커밋
53c30657d0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pve7_ha_setup.sh

+ 2 - 2
pve7_ha_setup.sh

@@ -32,7 +32,7 @@ apt-get autoremove >/dev/null
 
 # Update container OS
 msg "Updating container OS..."
-apt-get --allow-releaseinfo-change update >/dev/null
+apt-get update >/dev/null
 apt-get -qqy upgrade &>/dev/null
 
 # Install prerequisites
@@ -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..."