mirror of https://github.com/tteck/Proxmox.git
				
				
				
			Update podman_ha_setup.sh
This commit is contained in:
		
							parent
							
								
									e1915dff84
								
							
						
					
					
						commit
						277e8354a4
					
				| 
						 | 
					@ -73,7 +73,7 @@ echo -e "${CM}${CL} \r"
 | 
				
			||||||
echo -en "${GN} Installing Yacht... "
 | 
					echo -en "${GN} Installing Yacht... "
 | 
				
			||||||
podman volume create yacht >/dev/null
 | 
					podman volume create yacht >/dev/null
 | 
				
			||||||
podman run -d \
 | 
					podman run -d \
 | 
				
			||||||
  --privileged
 | 
					  --privileged \
 | 
				
			||||||
  --name yacht \
 | 
					  --name yacht \
 | 
				
			||||||
  --restart always \
 | 
					  --restart always \
 | 
				
			||||||
  -v /var/run/podman/podman.sock:/var/run/docker.sock \
 | 
					  -v /var/run/podman/podman.sock:/var/run/docker.sock \
 | 
				
			||||||
| 
						 | 
					@ -91,7 +91,7 @@ echo -e "${CM}${CL} \r"
 | 
				
			||||||
echo -en "${GN} Installing Home Assistant... "
 | 
					echo -en "${GN} Installing Home Assistant... "
 | 
				
			||||||
podman volume create hass_config >/dev/null
 | 
					podman volume create hass_config >/dev/null
 | 
				
			||||||
podman run -d \
 | 
					podman run -d \
 | 
				
			||||||
  --privileged
 | 
					  --privileged \
 | 
				
			||||||
  --name homeassistant \
 | 
					  --name homeassistant \
 | 
				
			||||||
  --restart unless-stopped \
 | 
					  --restart unless-stopped \
 | 
				
			||||||
  -v /dev:/dev \
 | 
					  -v /dev:/dev \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue