A simple docker-compose
file used to start Portainer service.
Mounts host's /var/run/docker.sock
to container's same path.
Binded ports(HOST:CONTAINER):
- 8000:8000
- 9000:9000
docker-compose up -d
Then application would be available at http://localhost:9000
docker-compose down