Skip to content

Commit 09b2de9

Browse files
authored
Update Dockerfile
1 parent b9dc0fc commit 09b2de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM bitnami/postgresql
22

33
ENV POSTGRES_USER=admin
44
ENV POSTGRES_PASSWORD=secret
5-
ENV POSTGRES_DB=mydb
5+
ENV POSTGRESQL_DATABASE=mydb
66

77
CMD ["postgres"]

0 commit comments

Comments
 (0)