Hello,
Having a hard time trying to user the baserow container WITH an external postgresql server.
Unfortunately, I’m no docker expert. Could you please confirm that for my setup I have to add the DISABLE_VOLUME_CHECK statement to my command ?
This is the command I used to lauch the container:
So comparing this example with yours it seems like you are missing -v baserow_data:/baserow/data part to mount a Docker volume for baserow data folder. Have you tried providing it?
Hi @petrs,
Thanks for your answer.
I added the -v option, I thought it was conflicting with the external db option.
Now I get a different issue. I will create a new topic with more details.