Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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'
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell script to change phone number in ad 
Shell :: linux hide mounted drives from favourites 
Shell :: como descargar asobe xd en ubutnu 
Shell :: ubuntu restart network manager when ping is low 
Shell :: mx linux how to see gpu 
Shell :: launch tensorboard remotely 
Shell :: snaps in ubuntu take a lot of space 
Shell :: linux terminal clear shortcut 
Shell :: debian 11 openvpn client option missing in network vpn after openvpm installition 
Shell :: How to view unit file content with systemctl command 
Shell :: unintsall from ubuntu 
Shell :: ssh local 
Shell :: Background and Foreground Jobs 
Shell :: brew moving from arm to intel 
Shell :: print the content of file according to the size of line 
Shell :: pip increase timeout duration 
Shell :: bash shell scripting cheat sheet 
Shell :: how to install tar.xz file in ubuntu 
Shell :: grep -w flag 
Shell :: gdal_translate kmz transparent nodata 
Shell :: Android ADB commands to get the device or emulator properties 
Shell :: ubuntu 2022 theme 
Shell :: Problem with MergeList /var/lib/apt/lists/developer.download.nvidia.com_compute_cuda_repos_ubuntu2204_x86%5f64_Packages 
Shell :: install lru 
Shell :: linux cli create slideshow 
Shell :: how to install jupyter notebook in windows 10 
Shell :: come installare brew su mac 
Shell :: How to Loop through Array Elements 
Shell :: chmod by group user others 
Shell :: grep -R exlude directory 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =