Skip to content

Commit 3fbacda

Browse files
SattvikSattvik
authored andcommitted
fix: startDb.sh
1 parent f564569 commit 3fbacda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

startDb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
docker run --rm --name postgres -e 'POSTGRES_USER=root' -e 'POSTGRES_PASSWORD=root' -d -p 5432:5432 -v ~/Desktop/db/pstgres:/var/lib/postgresql/data postgres -c 'max_connections=10000'
22

3-
sleep 5
3+
sleep 30
44

55
docker exec postgres psql -U root root -c 'create database supertokens;'
66
docker exec postgres psql -U root root -c 'create database st0;'

0 commit comments

Comments
 (0)