chore: update jellyfin/portainer-agent compose (Portainer migration)
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user