no volumes are needed, just run -v volume:/path/in/the/container (#10345)

This commit is contained in:
TriplEight 2019-02-14 12:45:56 +01:00 committed by Afri Schoedon
parent d6c80c1672
commit bff0bedfa9
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ COPY scripts/docker/hub/check_sync.sh /check_sync.sh
# switch to user parity here
USER parity
VOLUME [ "/home/parity/.local/share/io.parity.ethereum" ]
EXPOSE 5001 8080 8082 8083 8545 8546 8180 30303/tcp 30303/udp
ENTRYPOINT ["/bin/parity"]