Skip to content

Instantly share code, notes, and snippets.

@matheus-souza
Last active April 18, 2018 14:40
Show Gist options
  • Save matheus-souza/a888eea8902159f690b53aae2005343b to your computer and use it in GitHub Desktop.
Save matheus-souza/a888eea8902159f690b53aae2005343b to your computer and use it in GitHub Desktop.
Docker composer for Portainer
portainer:
image: portainer/portainer
ports:
- "9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/docker/portainer:/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment