more visibility
This commit is contained in:
14
portainer.yml
Normal file
14
portainer.yml
Normal 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
|
||||
Reference in New Issue
Block a user