We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cardano-db-sync
ENOTTY
1 parent 0e71213 commit 807cf9cCopy full SHA for 807cf9c
Dockerfile
@@ -169,7 +169,7 @@ COPY scripts/start_cardano-db-sync.sh scripts/maybe_download_cardano-db-sync_sna
169
COPY config/network/${NETWORK} /config/
170
RUN chmod -R g+rX,o+rX /ecosystem.config.js /etc/postgresql/12/main/postgresql.conf /scripts
171
ENV PGPASSFILE=/config/cardano-db-sync/pgpass
172
-RUN echo "/var/run/postgresql:5432:cexplorer:*:*" > $PGPASSFILE &&\
+RUN echo "/var/run/postgresql:5432:cexplorer:postgres:*" > $PGPASSFILE &&\
173
chmod 600 $PGPASSFILE && chown postgres:postgres $PGPASSFILE
174
RUN mkdir /snapshot &&\
175
./scripts/maybe_download_cardano-db-sync_snapshot.sh $SNAPSHOT_URL /snapshot
0 commit comments