Skip to content

Instantly share code, notes, and snippets.

@cpfarher
Created January 5, 2018 13:46
Show Gist options
  • Select an option

  • Save cpfarher/dd4f0bebc757d5dbb245a59cd4e9821e to your computer and use it in GitHub Desktop.

Select an option

Save cpfarher/dd4f0bebc757d5dbb245a59cd4e9821e to your computer and use it in GitHub Desktop.
portainer:
restart: unless-stopped
image: portainer/portainer
ports:
- "9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment