Docker-compose environment variables

前端 未结 7 888
滥情空心
滥情空心 2021-02-01 13:44

I am trying to setup a postgres container and want to setup the postgres login with:

POSTGRES_USER: docker
POSTGRES_PASSWORD: docker

So I have

7条回答
  •  心在旅途
    2021-02-01 14:20

    If you're using Docker.

    Try to check if your local DB is active because mostly it's conflicting with Docker, if so, you can deactivate it or uninstall it in order to avoid the conflict.

提交回复
热议问题