Skip to content

Commit

Permalink
Fix db.sh and hardcode password (#6595)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmeister committed May 24, 2023
1 parent bf75ee5 commit da9de09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/scripts/db.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
cd "$(dirname $0)"
docker-compose -f $HOME/../docker/docker-compose.dev.yml exec datastore-writer psql -h postgres -U openslides
docker-compose -f ../docker/docker-compose.dev.yml exec datastore-writer psql postgresql://openslides:openslides@postgres/openslides

0 comments on commit da9de09

Please sign in to comment.