docker compose

This commit is contained in:
2025-01-28 15:58:12 +00:00
parent 5e266b49af
commit 68e2367496
9 changed files with 323 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
version: "3"
services:
portainer:
image: portainer/portainer-ce:latest
ports:
- 9100:9000
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped