rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

Starting docke containers failed #86

Closed mazizij closed 8 months ago

mazizij commented 8 months ago

This issue tracker is only for issues related to Frappe-Manager. Please use https://github.com/rtcamp/frappe-manager/discussions for support questions.

Describe the bug Docker containers fail to start To Reproduce Steps to reproduce the behavior:

  1. Run command 'fm -v create frappe'
  2. See error image

Expected behavior That containers would start

System information (please complete the following information):

Server: Docker Desktop 4.26.1 (131620) Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:02 2023 OS/Arch: linux/amd64 Experimental: false containerd: Version: 1.6.25 GitCommit: d8f198a4ed8892c764191ef7b3b06d8a2eeb5c7f runc: Version: 1.1.10 GitCommit: v1.1.10-0-g18a0cb0 docker-init: Version: 0.19.0 GitCommit: de40ad0 ] docker version

Attach log Please attach logs from ~/frappe/logs/fm.log for faster resolution. fm.log

Additional context Add any other context about the problem here.

Xieyt commented 8 months ago

Please run this command fm create frappes and share the contents of the fm.log once again.

mazizij commented 8 months ago

Please run this command fm create frappes and share the contents of the fm.log once again.

I get the same error.

fm.log

But I am able to start the containers manually by using docker compose up -d

Xieyt commented 8 months ago

@mazizij Update your docker compose cli and it will start working.

mazizij commented 8 months ago

@Xieyt , thanks it is working.