Skip to content

Instantly share code, notes, and snippets.

@obrassard
Last active March 15, 2022 03:00
Show Gist options
  • Save obrassard/dada73ef1f42d75c0e21152178d432ae to your computer and use it in GitHub Desktop.
Save obrassard/dada73ef1f42d75c0e21152178d432ae to your computer and use it in GitHub Desktop.
version: '3'
services:
portainer:
image: portainer/portainer-ce # Pulled from Docker Hub
container_name: portainer
# restart: always
ports:
- 9000:9000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
volumes:
portainer_data:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment