chore: update jellyfin/portainer-agent compose (Portainer migration)

This commit is contained in:
2026-05-07 04:27:04 +00:00
parent 6564384b9d
commit 045b1eaf01
@@ -0,0 +1,10 @@
services:
portainer-agent:
image: portainer/agent:latest
container_name: portainer-agent
restart: unless-stopped
ports:
- "9001:9001"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes