I am trying to deploy this on a kubernetes cluster and was able to with one issue, this require root access for the nfs share, however after successfully starting the service I see:
`Welcome to our server
The website is currently being setup under this address.
For help and support, please contact: me@example.com`
Since we are not passing db info, I assumed when the container starts it will ask for that info, anywho I am not sure how to get this link to mysql...
I am trying to deploy this on a kubernetes cluster and was able to with one issue, this require root access for the nfs share, however after successfully starting the service I see: `Welcome to our server The website is currently being setup under this address.
For help and support, please contact: me@example.com` Since we are not passing db info, I assumed when the container starts it will ask for that info, anywho I am not sure how to get this link to mysql...