An open-source, Golang-based knowledge management and collaboration system

Features Deploy with Docker in seconds Docker Run Memos should be running at http://localhost:5230. If the ~/.memos/ does not have a memos_prod.db file, then memos will auto generate it. Docker Compose Example Compose YAML file: docker-compose.yaml. If you want to upgrade the version of memos, use the following command. docker-compose down && docker image rm neosmemo/memos:latest && docker-compose up -d Contribute […]