I tried running this command: docker-compose up I got an error load_config() got an unexpected keyword argument 'config_dict' Also, should I run rake db:setup before or after calling docker-compose up? Thanks.
I tried running this command:
docker-compose up
I got an error load_config() got an unexpected keyword argument 'config_dict'
Also, should I run rake db:setup before or after calling docker-compose up?
Thanks.