fix: use local appdata folder for beszel agent
This commit is contained in:
parent
57f8b28765
commit
703a457737
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ services:
|
|||
DOCKER_HOST: "tcp://127.0.0.1:{{BESZEL_SOCKET_PROXY_PORT:-2375}}"
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- {{DOCKERCONFDIR}}/beszel-agent:/var/lib/beszel-agent
|
||||
# Local persistent state for Beszel agent (resolved from compose file location).
|
||||
- ./appdata/beszel-agent:/var/lib/beszel-agent
|
||||
# Monitor additional disks by mounting them into /extra-filesystems.
|
||||
# - /volume1/data:/extra-filesystems/data:ro
|
||||
deploy:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue