Fix wrong environment indentation

This commit is contained in:
Fabiano Martins 2025-02-04 22:26:44 -03:00
parent 7f461bc7ab
commit 8c9901bfe5

View File

@ -5,7 +5,7 @@ services:
restart: always
depends_on:
- postgres
environment:
environment:
# 1- Add the Env key values pair to /etc/environment file
# 2- Run source /etc/environment
# 3- Run env |grep -i relic; to validate it being loaded.