mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
pick different port to postgres
This commit is contained in:
parent
c5466eacfd
commit
1ca2677727
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -em
|
||||||
|
|
||||||
# source <(tea +curl.se)
|
# source <(tea +curl.se)
|
||||||
|
|
||||||
PORT=5432 #TODO find a port!
|
PORT=43873 #TODO find a port automatically!
|
||||||
|
|
||||||
openplayground run --port $PORT &
|
openplayground run --port $PORT &
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue