Added main yaml

This commit is contained in:
2023-09-21 15:51:19 +02:00
parent 46231a0ef4
commit 4c68ceecd8
6 changed files with 116 additions and 0 deletions

View File

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