UNPKG

208 BYAMLView Raw
1version: "3"
2
3services:
4 postgres:
5 image: postgres:14.4
6 environment:
7 POSTGRES_USER: root
8 POSTGRES_PASSWORD: root
9 POSTGRES_DB: test
10 ports:
11 - "3306:5432"
12 restart: always
\No newline at end of file