docker icon indicating copy to clipboard operation
docker copied to clipboard

where do we declare the db port

Open ORESoftware opened this issue 6 years ago • 1 comments

I see these:

ENV MATOMO_DATABASE_HOST 'matomo.xxx.us-west-2.rds.amazonaws.com'
ENV MATOMO_DATABASE_ADAPTER ''
ENV MATOMO_DATABASE_TABLES_PREFIX ''
ENV MATOMO_DATABASE_USERNAME 'admin'
ENV MATOMO_DATABASE_PASSWORD 'yomama'
ENV MATOMO_DATABASE_DBNAME 'matomo'

but what about:

ENV MATOMO_DATABASE_DBPORT 3306

?

seems like that would be necessary?

ORESoftware avatar Sep 24 '19 23:09 ORESoftware

This haven't been added in https://github.com/matomo-org/matomo/pull/13676, but you may want to file an issue for it. It's not necessary for standard ports.

J0WI avatar Oct 29 '19 09:10 J0WI