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