chore: fix typos

This commit is contained in:
ahmadk953 2025-06-17 17:22:59 -04:00
parent 04945bfebd
commit 9a4c794d51
No known key found for this signature in database
GPG key ID: 31D488058614185C
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ docker run --rm \
-e DB_PASSWORD=pass \ -e DB_PASSWORD=pass \
-e DB_HOST=postgres-host \ -e DB_HOST=postgres-host \
-e DB_NAME=database \ -e DB_NAME=database \
-v pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro -v pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro \
-p 5432:5432 -p 5432:5432
ghcr.io/ahmadk953/poixpixel-discord-bot-pgbouncer ghcr.io/ahmadk953/poixpixel-discord-bot-pgbouncer
``` ```

View file

@ -19,7 +19,7 @@ openssl req -new -x509 -days 365 -nodes \
-keyout certs/cache-server.key \ -keyout certs/cache-server.key \
-subj "/CN=localhost" -subj "/CN=localhost"
# Genreate pgbouncer Certificates # Generate pgbouncer Certificates
openssl req -new -x509 -days 365 -nodes \ openssl req -new -x509 -days 365 -nodes \
-out certs/pgbouncer-server.crt \ -out certs/pgbouncer-server.crt \
-keyout certs/pgbouncer-server.key \ -keyout certs/pgbouncer-server.key \