Skip to content

Instantly share code, notes, and snippets.

@i40sys
Created March 1, 2022 05:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save i40sys/e428329a5939a2f0eba9afbe8d090c87 to your computer and use it in GitHub Desktop.
Save i40sys/e428329a5939a2f0eba9afbe8d090c87 to your computer and use it in GitHub Desktop.
version: '3.3'
services:
portainer-ce:
ports:
- '8000:8000'
- '9000:9000'
container_name: portainer
restart: always
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
- '/docker-data/portainer/data:/data'
image: portainer/portainer-ce
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment