fastapi_sqlalchemy_mysql
fastapi_sqlalchemy_mysql copied to clipboard
Fix fsm_mysql service to use defined volumes
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.