memos icon indicating copy to clipboard operation
memos copied to clipboard

After rebooting loses all memos

Open teocto opened this issue 2 years ago • 6 comments

Describe the bug

After rebooting loses all memos

Steps to reproduce

  1. Add docker-compose
  2. Reboot
  3. Lose data

Screenshots or additional context

No response

teocto avatar Aug 03 '23 10:08 teocto

Hi @teocto, can you attach your docker-compose file?

ojoanalogo avatar Aug 11 '23 00:08 ojoanalogo

Issue is not in English. It has been translated automatically.


Hi @teocto, can you attach your docker-compose file?

Issues-translate-bot avatar Aug 11 '23 00:08 Issues-translate-bot

Hi @teocto, can you attach your docker-compose file? Hi, @Issues-translate-bot @ojoanalogo my docker-compose.yml file contains version: "3.0" services: memos: image: neosmemo/memos:latest container_name: memos volumes: - ~/.memos/:/var/opt/memos ports: - 5230:5230

teocto avatar Aug 11 '23 05:08 teocto

Issue is not in English. It has been translated automatically.


Hi @teocto, can you attach your docker-compose file? Hi, @Issues-translate-bot @ojoanalogo my docker-compose.yml file contains version: "3.0" services: memos: image: neosmemo/memos:latest container_name: memos volumes: - ~/.memos/:/var/opt/memos ports: - 5230:5230

Issues-translate-bot avatar Aug 11 '23 05:08 Issues-translate-bot

Please provide more context, such as OS, memos version?

boojack avatar Sep 17 '23 01:09 boojack

I'm using Windows 10 and installed using Docker:

docker run -d --name memos -p 8503:5230 -v ~/.memos/:/var/opt/memos ghcr.io/usememos/memos:latest

When I restarted Docker Desktop, I would encounter the same problem. All the previous records were gone and my account had to be re-registered.

memos verson:0.16.0

letswritetw avatar Oct 12 '23 08:10 letswritetw