We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f9351a + 9f1ba46 commit c55fda4Copy full SHA for c55fda4
Dockerfile
@@ -112,4 +112,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
112
CMD ipfs dag stat /ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn || exit 1
113
114
# Execute the daemon subcommand by default
115
-CMD ["daemon", "--migrate=true"]
+CMD ["daemon", "--migrate=true", "--agent-version-suffix=docker"]
0 commit comments