pgadmin volume fix

This commit is contained in:
Luigi Oliveira 2023-12-30 15:29:33 -03:00
parent 18bc3aeb87
commit 6010473290

View file

@ -27,7 +27,7 @@ job "pg_admin" {
image = "dpage/pgadmin4:latest" image = "dpage/pgadmin4:latest"
#network_mode = "host" #network_mode = "host"
volumes = [ volumes = [
"${NOMAD_ALLOC_DIR}/pgadmin/servers.json:/pgadmin4/servers.json" "${NOMAD_ALLOC_DIR}/pgadmin/servers.json:/pgadmin4/servers.json",
"${NOMAD_ALLOC_DIR}/servers.passfile:/root/.pgpass", "${NOMAD_ALLOC_DIR}/servers.passfile:/root/.pgpass",
] ]