使用 Docker Compose 安装 nginx
前后端都用得上的 Nginx 日常使用经验 docker-compose配置文件 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 version: '3.1' services: nginx: image: nginx:1.24.0 container_name: nginx_1_24 restart: always environment: TZ :