version: '1'
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mtuser
POSTGRES_USER: mtpass
adminer:
image: adminer
restart: always
ports:
- 8080:8080
This is my docker compose file. There is no error while it is compiling and no trouble on docker desktop, all containers are running.
But I can't connect to Postgresql with pgAdmin or .net core connection.
But i can connect via adminer v4.8.1