version: "3.1" services: nginx: restart: always image: daocloud.io/library/nginx:latest container_name: nginx ports: - 80:80
cat nginx.conf
nginx反向代理
nginx nginx 前端配置