docker-compose安装
摘要:
# yaml 配置实例version: '3'services: web: build: . ports: - "5000:5000" volumes: - .:/code - logvolume01:/var/log links: - redis redis: image: redisvolume 阅读全文
posted @ 2025-04-13 23:56 Hudan 阅读(75) 评论(0) 推荐(0)
浙公网安备 33010602011771号