Skip to content

Allow custom mysql port configuration with DB_PORT #59

Closed
@benjaminchodroff

Description

@benjaminchodroff

#41 Expected Behavior
As a user with my own mysql backend, I want to be able to specify a nonstandard mysql port using an environment variable such as DB_PORT=3307

Current Behavior

The database port is hardcoded to 3306 instead of providing a docker environment variable that defaults to 3306, but can be overridden

Steps to Reproduce

  1. Set DB_HOST = myhostname:3307 (not a mysql standard of 3306 port)
  2. See error in logs that the address doesn't exist

Environment

OS: All
CPU architecture: all
How docker service was installed: Synology

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions