summaryrefslogtreecommitdiff
path: root/complement
diff options
context:
space:
mode:
authorTimo Kösters <timo@koesters.xyz>2023-07-29 20:01:38 +0200
committerTimo Kösters <timo@koesters.xyz>2023-07-29 21:53:57 +0200
commitb8c164dc6027844d665158dc8906dd5c89f9238b (patch)
tree4af8afde123e6d9853819d3e1ff8d7e767c534d1 /complement
parentda907451e77648b8fce022f0d7fa536a6f678267 (diff)
downloadconduit-b8c164dc6027844d665158dc8906dd5c89f9238b.zip
feat: version checker
Diffstat (limited to 'complement')
-rw-r--r--complement/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/complement/Dockerfile b/complement/Dockerfile
index 43416fa..50173a1 100644
--- a/complement/Dockerfile
+++ b/complement/Dockerfile
@@ -30,6 +30,7 @@ ENV CONDUIT_CONFIG=/workdir/conduit.toml
RUN sed -i "s/port = 6167/port = 8008/g" conduit.toml
RUN echo "allow_federation = true" >> conduit.toml
+RUN echo "allow_check_for_updates = true" >> conduit.toml
RUN echo "allow_encryption = true" >> conduit.toml
RUN echo "allow_registration = true" >> conduit.toml
RUN echo "log = \"warn,_=off,sled=off\"" >> conduit.toml