Skip to content

Instantly share code, notes, and snippets.

@bdcorps
Created November 22, 2021 02:36
Show Gist options
  • Save bdcorps/db2be84923cfd38ea6ee0db4181f99d7 to your computer and use it in GitHub Desktop.
Save bdcorps/db2be84923cfd38ea6ee0db4181f99d7 to your computer and use it in GitHub Desktop.
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