added docker compose for portainer installation

This commit is contained in:
Dustin Brunner
2025-11-02 14:49:57 +01:00
parent 4f50905c09
commit 5749b59c0d

View File

@@ -0,0 +1,12 @@
services:
portainer:
image: portainer/portainer-ce:latest
ports:
- 9443:9443
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
volumes:
data: