First of all, thanks @wzulfikar for your work dockerizing SendPortal. I'm trying this solution as a replacement for Mailtrain too.
I haven't debugged enough to guess the exact reason but running ./run.sh worked fine in my laptop using docker 20.10 and it failed in the server I wanted to deploy it on. The server was using Docker 19.03 and updating Docker to 20.10 solved the issue.
Maybe a note about this issue could be added to the README file. What do you think?
Hello!
First of all, thanks @wzulfikar for your work dockerizing SendPortal. I'm trying this solution as a replacement for Mailtrain too.
I haven't debugged enough to guess the exact reason but running
./run.sh
worked fine in my laptop using docker 20.10 and it failed in the server I wanted to deploy it on. The server was using Docker 19.03 and updating Docker to 20.10 solved the issue.Maybe a note about this issue could be added to the README file. What do you think?