Skip to content

Commit a1db058

Browse files
Update PostgreSQL database name in docker-compose.yml
1 parent 956c70f commit a1db058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostgreSQL/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
image: postgres:16.2-alpine3.19
66
# restart: always
77
environment:
8-
POSTGRES_DB: postgresDB
8+
POSTGRES_DB: dev_db
99
POSTGRES_USER: postgres
1010
POSTGRES_PASSWORD: pass
1111
volumes:

0 commit comments

Comments
 (0)