-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Docker: Environment variables for database instance #2724
Copy link
Copy link
Closed
Labels
Docker 🐋Everything related to DockerEverything related to Docker
Milestone
Description
In the README.md, it is suggested to simply link an existing MySQL or PostgreSQL instance via --link command, however, when the container is stopped and started, it falls back to installation wizard and we have to enter the database credentials once again interactively.
This is not helpful in cases where automated container upgrades are set up (e.g. with watchtower). There should be environment variable support like most other web service containers provide accepting database host, database user, database password and database name environment variables.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Docker 🐋Everything related to DockerEverything related to Docker