Add portainer.yaml

This commit is contained in:
RomanNum3ral 2025-06-22 03:29:26 +00:00
parent db4e1ac4bb
commit fac58333ed
1 changed files with 13 additions and 0 deletions

13
portainer.yaml Normal file
View File

@ -0,0 +1,13 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
ports:
- 65000:8000
- 65001:9443
volumes:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
volumes:
portainer_data: