We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5235717 commit d5ecad1Copy full SHA for d5ecad1
docker-compose.yml
@@ -29,7 +29,7 @@ services:
29
# | | | | __/ |_| | | | __/ | | | | | | | | | | | (_| |
30
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
31
nethermind:
32
- image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.0}
+ image: nethermind/nethermind:${NETHERMIND_VERSION:-1.31.1}
33
restart: unless-stopped
34
ports:
35
- ${NETHERMIND_PORT_P2P:-30303}:30303/tcp # P2P TCP
0 commit comments