Skip to content

Instantly share code, notes, and snippets.

@schamane
Created January 10, 2023 12:35
Show Gist options
  • Save schamane/a7ce784cb7126bff33ec68d465df4754 to your computer and use it in GitHub Desktop.
Save schamane/a7ce784cb7126bff33ec68d465df4754 to your computer and use it in GitHub Desktop.
docker-compose.yaml for podman
version: '3'
services:
portainer-ce:
image: portainer/portainer-ce
ports:
- "9443:9443"
volumes:
- /run/podman/podman.sock:/var/run/docker.sock:Z
privileged: true
security_opt:
- label=disable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment