mirror of
https://github.com/ahmadk953/poixpixel-discord-bot.git
synced 2025-06-22 06:04:20 +00:00
chore: fix typos
This commit is contained in:
parent
04945bfebd
commit
9a4c794d51
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ docker run --rm \
|
|||
-e DB_PASSWORD=pass \
|
||||
-e DB_HOST=postgres-host \
|
||||
-e DB_NAME=database \
|
||||
-v pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro
|
||||
-v pgbouncer.ini:/etc/pgbouncer/pgbouncer.ini:ro \
|
||||
-p 5432:5432
|
||||
ghcr.io/ahmadk953/poixpixel-discord-bot-pgbouncer
|
||||
```
|
||||
|
|
|
@ -19,7 +19,7 @@ openssl req -new -x509 -days 365 -nodes \
|
|||
-keyout certs/cache-server.key \
|
||||
-subj "/CN=localhost"
|
||||
|
||||
# Genreate pgbouncer Certificates
|
||||
# Generate pgbouncer Certificates
|
||||
openssl req -new -x509 -days 365 -nodes \
|
||||
-out certs/pgbouncer-server.crt \
|
||||
-keyout certs/pgbouncer-server.key \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue