docker
                                
                                 docker copied to clipboard
                                
                                    docker copied to clipboard
                            
                            
                            
                        where do we declare the db port
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?
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.