Closed
Description
#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
- Set DB_HOST = myhostname:3307 (not a mysql standard of 3306 port)
- 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
Labels
No labels