fastapi_sqlalchemy_mysql icon indicating copy to clipboard operation
fastapi_sqlalchemy_mysql copied to clipboard

Fix fsm_mysql service to use defined volumes

Open tsenghc opened this issue 6 months ago • 0 comments

I encountered an issue when building the Docker container, where the fsm_mysql service refers to an undefined volume, resulting in the following error: service "fsm_mysql" refers to undefined volume fba_mysql: invalid compose project

I suspect this might be a simple typographical error. This pull request addresses and fixes the issue.

tsenghc avatar Aug 07 '24 10:08 tsenghc