Skip to content

Instantly share code, notes, and snippets.

@moosh3
Created December 2, 2018 20:24
Show Gist options
  • Save moosh3/9f250783e3b4d1e6fd01526a22072277 to your computer and use it in GitHub Desktop.
Save moosh3/9f250783e3b4d1e6fd01526a22072277 to your computer and use it in GitHub Desktop.
Portainer web UI
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
volumes:
portainer_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment