Created
January 10, 2023 12:35
-
-
Save schamane/a7ce784cb7126bff33ec68d465df4754 to your computer and use it in GitHub Desktop.
docker-compose.yaml for podman
This file contains hidden or 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-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