This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
JugarAlPadelOC
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Ajusto nombre de host y port de postgres
main
Celestino Rey
10 months ago
parent
9ad376193c
commit
af9af8a586
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/config/entrypoint.sh
+ 2
- 1
src/config/entrypoint.sh
View File
@ -1,6 +1,7 @@
#!/bin/bash
#!/bin/bash
RUN_PORT
=
"8000"
RUN_PORT
=
"8000"
SQL_HOST
=
5432
SQL_HOST
=
postgresql
SQL_PORT
=
5432
if
[
"
$DATABASE
"
=
"postgres"
]
if
[
"
$DATABASE
"
=
"postgres"
]
then
then
Write
Preview
Loading…
Cancel
Save