Kaynağa Gözat

revert pg conf change

tags/v1.4.15
Jonathan Cobb 4 yıl önce
ebeveyn
işleme
ed99d83aaa
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Dosyayı Görüntüle

@@ -35,7 +35,7 @@ COPY docker/run_redis.sh /etc/service/redis/run
### PostgreSQL
#################
# trust local postgresql users
#RUN bash -c "sed -i -e 's/ md5/ trust/g' $(find /etc/postgresql -mindepth 1 -maxdepth 1 -type d | sort | tail -1)/main/pg_hba.conf"
RUN bash -c "sed -i -e 's/ md5/ trust/g' $(find /etc/postgresql -mindepth 1 -maxdepth 1 -type d | sort | tail -1)/main/pg_hba.conf"

# Create "root" postgres user and bubble database
RUN bash -c "service postgresql start && sleep 5s && service postgresql status && \


Yükleniyor…
İptal
Kaydet