cuigh / swirl

A web UI for Docker, focused on swarm cluster.
MIT License
616 stars 80 forks source link

deploy stack can't auto create network #29

Closed 502647092 closed 5 years ago

502647092 commented 5 years ago

image

version: "3"

services:
  theia:
    image: miaowoo/theia:next
    ports:
      - 8008:3000
    environment:
      GOPROXY: https://goproxy.io
    volumes:
      - theia:/home/project
volumes:
  theia:
    driver_opts:
      type: nfs4
      o: addr=192.168.2.219,rw
      device: ":/home/app/nfs/docker/theia"
502647092 commented 5 years ago

之前好像是可以自动创建默认网络的 上次更新之后就要手动创建了