more visibility

This commit is contained in:
Para Dox
2025-05-16 14:04:09 +07:00
parent ddf85ee8f9
commit 07bbfb22cc

14
portainer.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
portainer:
image: portainer/agent:2.27.1
container_name: portainer-agent
ports:
- 1001:9001
volumes:
- /var/run/docker.sock:/var/run/docker.sock
#- /var/lib/docker/volumes:/var/lib/docker/volumes
#- /:/host
restart: unless-stopped
networks:
- monitoring