wxw-matt / docker-hadoop

Run Hadoop on Arm64 (Apple M1) and Intel CPUs Natively Using the Universal Docker Images.
32 stars 13 forks source link

open /var/root/docker-hadoop/postgres.env: no such file or directory #3

Open telotfi opened 1 year ago

telotfi commented 1 year ago

docker-compose up -d open /var/root/docker-hadoop/postgres.env: no such file or directory

Jonathanmeij commented 1 year ago

Did you find a fix for this?

debnatkh commented 1 year ago

Did you find a fix for this?

Just creating a postgres.env with content POSTGRES_PASSWORD=password works fine for me

hm43 commented 1 year ago

Did you find a fix for this?

Just creating a postgres.env with content POSTGRES_PASSWORD=password works fine for me

this works for me.