first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[Container]
|
||||
Image=docker.io/portainer/portainer-ce:latest
|
||||
ContainerName=portainer
|
||||
Volume=/run/podman/podman.sock:/var/run/docker.sock:Z
|
||||
Volume=/var/podman/portainer/data:/data:Z
|
||||
Volume=/etc/localtime:/etc/localtime:ro
|
||||
PublishPort=9443:9443
|
||||
PublishPort=8000:8000
|
||||
# Use this instead for older Quadlet versions:
|
||||
PodmanArgs=--security-opt label=disable
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user