docs: update CasaOS deployment guide with correct database username
This commit is contained in:
@@ -80,7 +80,7 @@ This guide explains how to deploy EuchreCamp on your CasaOS server.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Connect to PostgreSQL container
|
# 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
|
# List tables
|
||||||
\dt
|
\dt
|
||||||
|
|||||||
Reference in New Issue
Block a user