cuigh/swirl

deploy stack can't auto create network

502647092 opened this issue · 1 comments

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"

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