Sign inSign up

devbinaural/nginx

By devbinaural

Updated about 7 years ago

Image
0

287

devbinaural/nginx repository overview

How use this image

$ docker run -p 80:80 devbinaural/nginx:latest

docker-compose

version: '3'
services:
  web:
    container_name: nginx
    image: devbinaural/nginx:latest
    ports:
      - "80:80"
    environment:
      - NGINX_PORT=80

Tag summary

Content type

Image

Digest

Size

42.7 MB

Last updated

about 7 years ago

docker pull devbinaural/nginx