Sign inSign up

5xcampus/nginx

By 5xcampus

•Updated over 5 years ago

Image
0

1.1K

5xcampus/nginx repository overview

Just copy the following settings in docker-compose.yml and run docker-compose up or docker-compose-up -d and then open browser to view http://localhost:

version: '3.8'

services:
  web:
    image: 5xcampus/nginx:latest
    container_name: nginx
    stdin_open: true
    tty: true
    volumes:
      - .:/usr/share/nginx/html:ro
    ports:
      - 80:80

Tag summary

Content type

Image

Digest

Size

9.3 MB

Last updated

over 5 years ago

docker pull 5xcampus/nginx