From 3aa7fa859d9a695608a72251006645c503ac478c Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Wed, 28 Apr 2021 16:34:17 +0300 Subject: [PATCH] Precise info about table existance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e821381..8398984 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ Below is the complete list of parameters that can be set using environment varia - **DB_TYPE**: The database type. Supported values are `postgres`, `mariadb` or `mysql`. Defaults to `postgres`. - **DB_HOST**: The IP address or the name of the host where the database server is running. - **DB_PORT**: The database server port number. -- **DB_NAME**: The name of a database to be created on the image startup. +- **DB_NAME**: The name of a database to use. Should be existing on container startup. - **DB_USER**: The new user name with superuser permissions for the database account. - **DB_PWD**: The password set for the database account. - **AMQP_URI**: The [AMQP URI](https://www.rabbitmq.com/uri-spec.html "RabbitMQ URI Specification") to connect to message broker server.