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