docs: update CasaOS deployment guide with correct database username

This commit is contained in:
2026-03-31 04:05:57 -07:00
parent a1a380f410
commit f0073d1e23
+1 -1
View File
@@ -80,7 +80,7 @@ This guide explains how to deploy EuchreCamp on your CasaOS server.
```bash
# Connect to PostgreSQL container
docker exec -it euchre-camp-postgres psql -U euchre -d euchre_camp
docker exec -it euchre-camp-postgres psql -U euchre_camp -d euchre_camp
# List tables
\dt