Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

run mongo docker image on ubuntu 20

version: "3.8"
services:
mongodb:
image : mongo
container_name: mongodb
environment:
- PUID=1000
- PGID=1000
volumes:
- /home/barry/mongodb/database:/data/db
ports:
- 27017:27017
restart: unless-stopped
Comment

PREVIOUS NEXT
Code Example
Shell :: powerrshell adobject get all deleted 
Shell :: activate debug bash 
Shell :: how to make my htdocs folder writable on ubuntu 
Shell :: linux send process to background and close terminal 
Shell :: git show files that are not tracked 
Shell :: ufw script no prompt 
Shell :: add alert to slack in bash 
Shell :: Delete all users in OU 
Shell :: Linux Terminal has lost its colours 
Shell :: linux top change delay 
Shell :: fslmaths edge outline 
Shell :: gst-plugin-scan 100 cpu 
Shell :: nasa-ingenuity-helicopter github 
Shell :: unix show text live files 
Shell :: Crear repo para git hub 
Shell :: Powershell WebAdmin 
Shell :: git merge branch in jenkins pipeline 
Shell :: iptables localhost redirection 
Shell :: command for spinnaker --version 
Shell :: view shell variables 
Shell :: how to install numpy for aws sam local 
Shell :: skolen.min 
Shell :: pick yarn version 
Shell :: linux command print only odd columns 
Shell :: Git Commands: Step By Step Guide (Part 1) 
Shell :: how to make a log of my ternminal history 
Shell :: how to convert text file to executable mac 
Shell :: existing repository 
Shell :: command to start terminal linux 
Shell :: solr setting up cloud 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =