Skip to content

antvue/nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

docker build -t antvue/nginx .
docker push antvue/nginx

volumes:

  • /usr/local/openresty/nginx/conf/conf.d
  • /usr/local/openresty/nginx/logs
version: '3'
volumes:
  web:
services:
  web: 
    image: antvue/nginx
    restart: always
    ports:
      - "80:80"
      - "84:84"
      - "443:443"
    user: root
    volumes:
      - web:/usr/local/openresty/nginx/conf/conf.d
    logging:
      driver: json-file
      options:
        max-size: 20m

About

自定义nginx镜像

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published