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_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
```