Horje
postgresql not connected docker Code Example
postgresql not connected docker
# you must use port 5432 for host, if you use another port, database cannot connected

DATABASE_URI=postgres://<your username>:<your password>@postgresql:5432/db_name

services  
  postgresql:
    container_name: postgresql
    image: postgres
    ports: 
      - '5432:5432'




Shell

Related
How to install react router DOM Code Example How to install react router DOM Code Example
Batch programming check http call status Code Example Batch programming check http call status Code Example
ssh welcome message ubuntu Code Example ssh welcome message ubuntu Code Example
daily bing ubuntu Code Example daily bing ubuntu Code Example
lancer gradle en bash Code Example lancer gradle en bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9