摘要: version: '2.0' services: nginx: restart: always image: nginx:latest ports: - 2222:2222 volumes: - ./conf/nginx.conf:/etc/nginx/nginx.conf - ./conf.d:/ 阅读全文
posted @ 2021-03-09 16:29 于欣轩 阅读(68) 评论(0) 推荐(0) 编辑