Sign inSign up

scys/nginx

By scys

Updated almost 3 years ago

Image
0

493

scys/nginx repository overview

Docker Container Docker Pulls

Debian image: Docker Image Size (tag)

Alpine image: Docker Image Size (tag)

nginx with logrotate and build every day.

docker-compose.yml add blew:

  nginx:
    image: scys/nginx:alpine
    container_name: nginx
    restart: unless-stopped
    network_mode: host
    volumes:
      - /data/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
      - /data/nginx/log:/var/log/nginx

Tag summary

Content type

Image

Digest

sha256:1ce35baf4

Size

24.8 MB

Last updated

almost 3 years ago

docker pull scys/nginx