PG_Tune doesn't seem to work

pull/352/head
stirringhalo 2016-06-18 18:47:57 -04:00 zatwierdzone przez GitHub
rodzic 87ff3cfa29
commit c0fc9bb225
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -67,6 +67,6 @@ RUN wget https://github.com/elitwin/pgtune/tarball/master \
# copy new initdb file which enables the hstore extension and Mapbox vt-util functions
RUN rm -f /docker-entrypoint-initdb.d/postgis.sh
COPY ./osmdw_pgtune.sh /docker-entrypoint-initdb.d/05_osmdw_pgtune.sh
#COPY ./osmdw_pgtune.sh /docker-entrypoint-initdb.d/05_osmdw_pgtune.sh
COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh
COPY ./initdb-osm.sh /docker-entrypoint-initdb.d/20_osm.sh