add volume mappings for fmd

This commit is contained in:
bartronx7 2025-12-13 20:54:50 -06:00
parent e80664557a
commit 045fb1a9d3

View file

@ -283,6 +283,9 @@
(provision "fmd")
(network "sandbox")
(respawn? #t)
(volumes (list
'("/data/docker/volumes/fmd/db" . "/var/lib/postgresql/data")
'("/data/docker/volumes/fmd/config" . "/etc/fmd-server")))
(ports '(("8080" . "8080"))))
(oci-container-configuration