Added main yaml
This commit is contained in:
		
							
								
								
									
										12
									
								
								docker-compose/portainer.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								docker-compose/portainer.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| version: "3" | ||||
| services: | ||||
|   portainer: | ||||
|     image: portainer/portainer-ce:latest | ||||
|     ports: | ||||
|       - 9443:9443 | ||||
|       volumes: | ||||
|         - /home/mbuz/docker/portainer/data:/data | ||||
|         - /var/run/docker.sock:/var/run/docker.sock | ||||
|     restart: unless-stopped | ||||
| volumes: | ||||
|   data: | ||||
		Reference in New Issue
	
	Block a user