Anyone familiar with how to set up a Joplin server using Docker?

I think you ran the db container earlier with different user/password and now the db configuration is persisted thanks to this volume. It’s not enough to just remove the db container, you must remove volume as well to clean all data - https://documentation.portainer.io/v2.0/volumes/delete/.

1 Like