Rename bitcoin supervisor conf

This commit is contained in:
dave 2015-11-02 11:49:08 -08:00
parent 32c3fe99c7
commit 891b3bcd06
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/*
ADD bitcoin.conf /home/crypto/bitcoin.conf
ADD supervisor-bitcoin.conf /etc/supervisor/conf.d/bitcoin.conf
ADD bitcoind.conf /etc/supervisor/conf.d/bitcoind.conf
VOLUME /home/crypto/bitcoin/
EXPOSE 8332 8333