Page 1 of 1

Using a different sql

Posted: Thu Jun 18, 2020 9:45 am
by azaroth
Hi,
i'm trying to run the image on a synology where I already have a working sql (maria10)
is there a way to run this version with an "external" sql?

Re: Using a different sql

Posted: Fri Jun 26, 2020 2:29 pm
by veehexx
from my docker/podman info:

--env ZM_DB_USER='zmuser' \
--env ZM_DB_PASS='zmpass' \
--env ZM_DB_NAME='zm' \
--env ZM_DB_HOST='10.88.0.1' \

should be self explanatory what each line is.