I need help.
I use docker-compose.yml setup docker in raspberry pi in my local. Here is my .env file, I use same config in docker-compose.yml.
JOPLIN_BASE_URL=http://localhost/joplin
JOPLIN_PORT=22300
I use this command start docker. Looks like florider89/joplin-server:latest and postgres:13.1 running in the docker.
docker-compose --file docker-compose.yml up --detach
My question is what's my next setup step? What's " Setup reverse proxy", I don't know how to config it with docker in my local.
Please help me, thanks.