瀏覽代碼

Explain matrix_postgres_container_postgres_bind_port a little more

Previously, it only mentioned exposing for psql-usage purposes.

Realistically, it can be used for much more. Especially given that
psql can be easily accessed via our matrix-postgres-cli script,
without exposing the container port.
pull/198/head
Slavi Pantaleev 6 年之前
committed by GitHub
父節點
當前提交
4f87f7e43e
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-postgres/defaults/main.yml

+ 1
- 1
roles/matrix-postgres/defaults/main.yml 查看文件

@@ -17,7 +17,7 @@ matrix_postgres_docker_image_latest: "{{ matrix_postgres_docker_image_v11 }}"
matrix_postgres_container_extra_arguments: []

# Controls whether the matrix-postgres container exposes a port (tcp/5432 in the
# container) that can be used to access the database with psql.
# container) that can be used to access the database from outside the container (e.g. with psql)
#
# psql postgresql://username:password@localhost:<port>/database_name
#


Loading…
取消
儲存