Portainer: use data directory on ZFS pool
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
image: portainer/portainer:latest
|
||||
@@ -12,7 +10,7 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ./data:/data
|
||||
- /mnt/storage/appdata/portainer/data:/data
|
||||
ports:
|
||||
- 9000:9000
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user