nginx

image

image

image

version: "3.1"
services:
  nginx:
    restart: always
    image: daocloud.io/library/nginx:latest
    container_name: nginx
    ports:
      - 80:80

image

cat nginx.conf 

image

image

image

image

image

nginx反向代理

Last Updated:
Contributors: 刘荣杰