IceWhaleTech / CasaOS

CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
https://casaos.io
Apache License 2.0
24.81k stars 1.34k forks source link

casaos error parsing docker-compose.yml data? #995

Closed onlineapps-cloud closed 1 year ago

onlineapps-cloud commented 1 year ago

hi, i tried to install https://docs.crawlab.cn/en/guide/installation/docker.html#main-process using docker compose import: image i received this results: image but is different structure from volumes:

    volumes:
      - "/opt/.crawlab/master:/root/.crawlab"  # persistent crawlab metadata
      - "/opt/crawlab/mongo/data/db:/data/db"  # persistent mongo data

i had only one volume, so problem is that docker compose import not parse data as expected?

tigerinus commented 1 year ago

please upgrade to v0.4.4 and re-open if it is still an issue.

curl -fsSL https://get.casaos.io/update/v0.4.4-alpha | sudo bash