Horje
mongodb database not connected docker Code Example
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'




Shell

Related
sed delete line before match Code Example sed delete line before match Code Example
powershell connect to microsoft teams Code Example powershell connect to microsoft teams Code Example
add minutes to time in excel Code Example add minutes to time in excel Code Example
reattach to screen Code Example reattach to screen Code Example
start beef kali linux Code Example start beef kali linux Code Example

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