Skip to content

Commit 37f7ddc

Browse files
updated postgres
1 parent fea853f commit 37f7ddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PostgreSQL/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ version: "3.7"
33
services:
44
postgres:
55
image: postgres:12.2-alpine
6+
container_name: PostgreSQL
67
restart: always
78
environment:
8-
POSTGRES_DB: mypgdb
9+
POSTGRES_DB: postgresDB
910
POSTGRES_USER: postgres
1011
POSTGRES_PASSWORD: pass
1112
volumes:

0 commit comments

Comments
 (0)