Skip to content

Instantly share code, notes, and snippets.

@ridwanbejo
Created May 24, 2018 10:02
Show Gist options
  • Save ridwanbejo/c98c64b2ed2d894fd20d86494df8d315 to your computer and use it in GitHub Desktop.
Save ridwanbejo/c98c64b2ed2d894fd20d86494df8d315 to your computer and use it in GitHub Desktop.
Portainer docker compose file
version: '2'
services:
portainer:
image: portainer/portainer
command: -H unix:///var/run/docker.sock
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
ports:
- 9010:9000
volumes:
portainer_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment