Horje
run mongo docker image on ubuntu 20 Code Example
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
Source: www.bmc.com




Shell

Related
Err:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libgif7 amd64 5.1.9-1 Temporary failure resolving 'archive.ubuntu.com' Code Example Err:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libgif7 amd64 5.1.9-1 Temporary failure resolving 'archive.ubuntu.com' Code Example
visule stdio fro kali Code Example visule stdio fro kali Code Example
mx linux how to see gpu Code Example mx linux how to see gpu Code Example
reconfigure postfix Code Example reconfigure postfix Code Example
pull environment variables with helm charts Code Example pull environment variables with helm charts Code Example

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