Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

mongodb database not connected docker

# you must use port 27017 for host, if you use another port, database cannot connected

DATABASE_URI=mongodb://mongo:27017/db_name

services  
  mongo:
    container_name: mongo
    image: mongo
    ports: 
      - '27017:27017'
Comment

PREVIOUS NEXT
Code Example
Shell :: how to delete all ufw rules 
Shell :: how to get all branches from gitlab repository 
Shell :: how to install axios in react 
Shell :: how to install windows sdk 
Shell :: create new github repo 
Shell :: adding this directory to path mac 
Shell :: enviroment variables in firebase 
Shell :: docker no pg_hba.conf entry for host SSL off 
Shell :: powershell -file 
Shell :: rm vs rmdir 
Shell :: Push your branch up to the remote. 
Shell :: gitlab runner on docker 
Shell :: uname -r command 
Shell :: bash ls sort by size 
Shell :: merge branch to master 
Shell :: push to multiple repos git 
Shell :: force-logout user linux 
Shell :: find the process ID of a running process bash without pgrep 
Shell :: crear archivos desde cmd 
Shell :: zip: command not found bash 
Shell :: imagemagick compare pdf 
Shell :: libqt5core5a is not installed. 
Shell :: service previous logs 
Shell :: wget recursive ftp 
Shell :: appium inspector is getting 304 error 
Shell :: Display full date and time in history command 
Shell :: docker install ubuntu linux 
Shell :: linux terminal create file 
Shell :: hdfs download folder 
Shell :: awk print only range of lines 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =