no volumes are needed, just run -v volume:/path/in/the/container (#10345)
This commit is contained in:
parent
d6c80c1672
commit
bff0bedfa9
@ -25,7 +25,6 @@ COPY scripts/docker/hub/check_sync.sh /check_sync.sh
|
|||||||
# switch to user parity here
|
# switch to user parity here
|
||||||
USER parity
|
USER parity
|
||||||
|
|
||||||
VOLUME [ "/home/parity/.local/share/io.parity.ethereum" ]
|
|
||||||
EXPOSE 5001 8080 8082 8083 8545 8546 8180 30303/tcp 30303/udp
|
EXPOSE 5001 8080 8082 8083 8545 8546 8180 30303/tcp 30303/udp
|
||||||
|
|
||||||
ENTRYPOINT ["/bin/parity"]
|
ENTRYPOINT ["/bin/parity"]
|
||||||
|
Loading…
Reference in New Issue
Block a user