Created
November 22, 2021 02:36
-
-
Save bdcorps/db2be84923cfd38ea6ee0db4181f99d7 to your computer and use it in GitHub Desktop.
Docker Compose Configuration for Portainer CE
This file contains 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
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