Corrections portainer install
This commit is contained in:
		@@ -2,7 +2,7 @@ docker volume create portainer_data;
 | 
			
		||||
docker run --detach \
 | 
			
		||||
	--name portainer \
 | 
			
		||||
	--publish 8003:9000 \
 | 
			
		||||
	-volume /var/run/docker.sock:/var/run/docker.sock \
 | 
			
		||||
	-volume portainer_data:/data \
 | 
			
		||||
	--volume /var/run/docker.sock:/var/run/docker.sock \
 | 
			
		||||
	--volume portainer_data:/data \
 | 
			
		||||
	--restart unless-stopped \
 | 
			
		||||
	portainer/portainer:latest
 | 
			
		||||
		Reference in New Issue
	
	Block a user