pgadmin volume fix

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

View file

@ -27,7 +27,7 @@ job "pg_admin" {
image = "dpage/pgadmin4:latest"
#network_mode = "host"
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",
]