Hi
I have a docker-compose file located in /home/${USER}/elk
There folders under /home/${USER}/elk:
es-sim01
es-sim02
es-sim03
Each es-sim0x folder has a .env file.
So when I run
docker compose --env-file es-sim03/.env up -d
The .env file is working.
After I run docker compose down -v:
WARN[0000] The “DISCOVERY_SEED” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “HOST_IP” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
WARN[0000] The “NODE_NAME” variable is not set. Defaulting to a blank string.
[+] Running 3/3
⠿ Container es-sim03 Removed 2.8s
⠿ Volume elastic-86-distributed_esdata03 Removed 0.0s
⠿ Network elastic-86-distributed_default Removed