Skip to content

Instantly share code, notes, and snippets.

@bdcorps
Created November 22, 2021 02:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Docker Compose Configuration for Portainer CE
version: "3"
services:
portainer:
image: portainer/portainer-ce:2.9.3-alpine
volumes:
- /var/portainer:/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "9000:9000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment