瀏覽代碼

Merge pull request #851 from julianfoad/postgres-cli-allow-psql-args

Allow psql args to be given to matrix-postgres-cli
pull/852/head
Slavi Pantaleev 5 年之前
committed by GitHub
父節點
當前提交
33e2887876
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      roles/matrix-postgres/templates/usr-local-bin/matrix-postgres-cli.j2

+ 2
- 1
roles/matrix-postgres/templates/usr-local-bin/matrix-postgres-cli.j2 查看文件

@@ -9,4 +9,5 @@ docker run \
--env-file={{ matrix_postgres_base_path }}/env-postgres-psql \
--network {{ matrix_docker_network }} \
{{ matrix_postgres_docker_image_to_use }} \
psql -h {{ matrix_postgres_connection_hostname }}
psql -h {{ matrix_postgres_connection_hostname }} \
"$@"

Loading…
取消
儲存