forked from extern/zerotier-docker
add -U to skip privilege check and do not attempt to drop privileges
This commit is contained in:
parent
91f37e47fe
commit
0e79ac2b04
@ -34,3 +34,5 @@ RUN apk add --no-cache --purge --clean-protected --update libc6-compat libstdc++
|
||||
EXPOSE 9993/udp
|
||||
|
||||
ENTRYPOINT ["zerotier-one"]
|
||||
|
||||
CMD ["-U"]
|
||||
|
Loading…
Reference in New Issue
Block a user