Last active
April 18, 2018 14:40
-
-
Save matheus-souza/a888eea8902159f690b53aae2005343b to your computer and use it in GitHub Desktop.
Docker composer for Portainer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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