Skip to content

Commit

Permalink
Fix database initialization in docker example (close #31)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Oct 31, 2019
1 parent 00cbb4a commit c88e6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/init.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ALTER USER postgres SET PASSWORD 'iglusecret';
CREATE DATABASE igludb OWNER sp_user;
ALTER USER postgres WITH PASSWORD 'iglusecret';
CREATE DATABASE igludb OWNER postgres;

0 comments on commit c88e6dc

Please sign in to comment.