mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 15:46:35 -03:00
pgadmin volume fix
This commit is contained in:
parent
d6f931b89f
commit
18bc3aeb87
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue