Skip to content

Instantly share code, notes, and snippets.

@mirzmaster
Created November 6, 2018 12:24
Show Gist options
  • Save mirzmaster/71387e66225b1ec61550533ec1174d5c to your computer and use it in GitHub Desktop.
Save mirzmaster/71387e66225b1ec61550533ec1174d5c to your computer and use it in GitHub Desktop.
Compose stack for Portainer
version: '2'
services:
portainer:
image: portainer/portainer
ports:
- 9123:9000
restart: always
command: -H unix:///var/run/docker.sock
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
volumes:
portainer_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment