build(docker/database): fix postgres FROM url
This commit is contained in:
parent
20552032de
commit
599649fb25
@ -1,4 +1,4 @@
|
||||
FROM postgres:12
|
||||
FROM docker.io/postgres:12
|
||||
|
||||
# Allow for connecting to database without password authentication
|
||||
ENV POSTGRES_HOST_AUTH_METHOD=trust
|
||||
|
||||
Reference in New Issue
Block a user