2026-02-20 23:58:31 -05:00
2026-02-20 23:58:06 -05:00
2026-02-20 23:58:19 -05:00
2026-02-20 23:57:50 -05:00
2026-02-20 23:58:31 -05:00
2026-02-20 15:51:29 -05:00
2026-02-20 18:07:26 -05:00

Portainer

stack and container yaml configs

docker run for portainer agent here:

docker run -d
-p 9001:9001
--name portainer_agent
--restart=always
-v /var/run/docker.sock:/var/run/docker.sock
-v /var/lib/docker/volumes:/var/lib/docker/volumes
-v /:/host
portainer/agent:latest

Description
stack and container yaml configs
Readme 44 KiB