mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-07-19 18:18:02 +00:00
readme
This commit is contained in:
@ -24,6 +24,7 @@ if [ -z "$POSTGRES_DATABASE" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$POSTGRES_HOST" ]; then
|
||||
# TODO: what is this?
|
||||
if [ -n "$POSTGRES_PORT_5432_TCP_ADDR" ]; then
|
||||
POSTGRES_HOST=$POSTGRES_PORT_5432_TCP_ADDR
|
||||
POSTGRES_PORT=$POSTGRES_PORT_5432_TCP_PORT
|
||||
|
Reference in New Issue
Block a user