I am running Joplin server with Docker on Ubuntu. I am using the official instructions from Docker for joplin/server. I can use
docker run --env-file .env -p 22300:22300 joplin/server:latest
and access the server from my web browser. However, when I use
docker-compose --file docker-compose.server-dev.yml up
I do not get any error messages from the docker command, but I do get
Invalid origin: http://localhost:22300
In my web browser.
Can anyone help?