Operating system
Linux
Joplin version
2.20.2
Sync target
Joplin Server
What issue do you have?
I am running a Joplin docker server on an Asustor NAS.
Users are created, syncing works perfectly.
When the NAS reboots all data is lost, and the server reverts to default login.
The compose file is based very much on the example on github.
The db volume is working. I can enter the container console and verify that the postgres files are on the NAS file system.
db:
image: postgres:16
volumes:
- ./data/postgres:/var/lib/postgresql/data
What needs to be done to make the Joplin server data persistent?