Horje
docker-compose.yml ubuntu Code Example
docker-compose.yml ubuntu
version: '3.7'
services:
 webserver:
  image: nginx:alpine
  ports:
   - "8000:80"
  volumes:
   - ./app:/usr/share/nginx/html




Shell

Related
bash tar list of files from folder Code Example bash tar list of files from folder Code Example
cool welcome message linux Code Example cool welcome message linux Code Example
how to create hotspot in kali linux terminal Code Example how to create hotspot in kali linux terminal Code Example
git log arquivos Code Example git log arquivos Code Example
how to install raspap Code Example how to install raspap Code Example

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