Stable Backports (#10353)

* version: bump stable to 2.2.11

* snap: prefix version and populate candidate channel (#10343)

* snap: populate candidate releases with beta snaps to avoid stale channel

* snap: prefix version with v*

* no volumes are needed, just run -v volume:/path/in/the/container (#10345)
This commit is contained in:
Afri Schoedon
2019-02-14 14:14:33 +01:00
committed by GitHub
parent 7b1d3e180c
commit 683119f322
5 changed files with 13 additions and 10 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"]