I often happen to search for a simple docker-compose-File that runs portainer on your machine, and I always end up building my own. That’s why I am now helping you out, internet. For me, I am keeping a directory ~/app/portainer/ on my machine where I can control my portainer instance and update it once in a while. docker-compose.yml Here comes the file: $ ~/app/portainer> cat docker-compose.yml
version: “3”