Skip to content

Commit c55fda4

Browse files
authored
Merge pull request ipfs#8482 from ipfs/chore/agent-version-suffix-for-docker
2 parents 6f9351a + 9f1ba46 commit c55fda4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=5s --retries=3 \
112112
CMD ipfs dag stat /ipfs/QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn || exit 1
113113

114114
# Execute the daemon subcommand by default
115-
CMD ["daemon", "--migrate=true"]
115+
CMD ["daemon", "--migrate=true", "--agent-version-suffix=docker"]

0 commit comments

Comments
 (0)