Open Tuxaios opened 1 month ago
@cpacker Father, please
Since it looks like a nginx configuration issue, you could just comment out the memgpt_nginx
section of your YAML file - let me know if that doesn't work though.
Since it looks like a nginx configuration issue, you could just comment out the
memgpt_nginx
section of your YAML file - let me know if that doesn't work though.
Thank you for your reply. I have commented out the memgpt_nginx section and ran docker-compose up
again, but I encountered another error: ERROR: The Compose file './docker-compose.yaml' is invalid because: Unsupported config option for services: 'memgpt_db'. I'm wondering if I might have missed some steps.
It looks like you're trying to rename your Docker Compose file to compose.yaml and encountering errors.
I renamed my compose file to compose.yaml and when I run docker-compose up, I get the following error: Error: no "compose" mailcap rules found for type "cannot open `up' (No such file or directory)" Also, I receive this error: ERROR: The Compose file './docker-compose.yaml' is invalid because: Unsupported config option for services: 'memgpt_nginx'
I'm using Docker Compose version 1.25.0, and my system is Ubuntu 20.04. The reason I chose to rename the file to compose.yaml is that my system drive has limited space, and I need to set it up on another drive.