From 67df6448583bebded58e0667331fbbc55660911d Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 29 Apr 2021 12:14:31 +0300 Subject: [PATCH] Precise info about table existance (#355) --- 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.