Skip to content

Commit

Permalink
docs: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel authored Jun 23, 2023
1 parent f920206 commit 2648a10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Build Docker Image

on:
push:
branches: [ "main" ]
branches:
- main
paths-ignore:
- README.md
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ghcr.io/ietf-tools/hedgedoc:latest

- `CMD_DB_URL`: PostgreSQL Connection String
- `PGSSLMODE`: *(optional)* SSL Connection Mode (e.g. `require`). See [accepted values](https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNECT-SSLMODE)
- `NODE_EXTRA_CA_CERTS`: *(optional)* Path to additional CA certificates for the DB connection. (e.g. ``/ca/some-cert.crt`)
- `NODE_EXTRA_CA_CERTS`: *(optional)* Path to additional CA certificates for the DB connection. (e.g. `/ca/some-cert.crt`)

#### General Configuration

Expand Down

0 comments on commit 2648a10

Please sign in to comment.