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?
Tarog
4 October 2023 07:15
2
Are you using an reverse proxy? like Nginx or apache?
Also could you share your .yml config?
@dronicus welcome to the forum.
The only time I have seen "Invalid origin" messages is when the URL being used to access the server does not match the APP_BASE_URL= set in the .env file, hence "Invalid origin".
1 Like
system
Closed
3 October 2025 10:17
4
This topic was automatically closed 730 days after the last reply. New replies are no longer allowed.