Change to bind mounts mapped to per-microservice ZFS datasets

This commit is contained in:
2026-03-27 10:46:57 -04:00
parent 8126c9a101
commit f398779055

View File

@@ -10,7 +10,7 @@ services:
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- /mnt/storage/appdata/portainer/data:/data
- /var/lib/portainer:/data
ports:
- 9000:9000
labels: