---version:"2.1"services:portainer-agent:image:portainer/agent:latestcontainer_name:port-agentnetworks:-proxy# rename this to your custom docker network environment:-PUID=${PUID}-PGID=${PGID}-TZ=${TZ}ports:-9001:9001restart:unless-stoppedvolumes:-/var/lib/docker/volumes:/var/lib/docker/volumes-/var/run/docker.sock:/var/run/docker.socknetworks:proxy:# rename this to your custom docker network.external:true