add -U to skip privilege check and do not attempt to drop privileges

This commit is contained in:
Lukas Prettenthaler 2021-10-31 12:24:24 +01:00 committed by GitHub
parent 91f37e47fe
commit 0e79ac2b04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,3 +34,5 @@ RUN apk add --no-cache --purge --clean-protected --update libc6-compat libstdc++
EXPOSE 9993/udp
ENTRYPOINT ["zerotier-one"]
CMD ["-U"]