This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
ReyMotaAppsOC
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Cambio nombre del host a postgresql
main
creylopez
9 months ago
parent
aaeeeb02a9
commit
d36e1b47aa
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/config/entrypoint.sh
+ 1
- 1
src/config/entrypoint.sh
View File
@ -1,7 +1,7 @@
#!/bin/bash
#!/bin/bash
RUN_PORT
=
"8000"
RUN_PORT
=
"8000"
DATABASE
=
postgres
DATABASE
=
postgres
SQL_HOST
=
db
SQL_HOST
=
postgresql
SQL_PORT
=
5432
SQL_PORT
=
5432
export
PATH
=
/opt/venv/bin:
$PATH
export
PATH
=
/opt/venv/bin:
$PATH
Write
Preview
Loading…
Cancel
Save