Using a different sql

Support for the docker image maintained by dlandon
Post Reply
azaroth
Posts: 1
Joined: Thu Jun 18, 2020 9:34 am

Using a different sql

Post 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?
veehexx
Posts: 7
Joined: Mon Jan 04, 2016 12:16 pm

Re: Using a different sql

Post 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.
Post Reply