Skip to content

Commit

Permalink
尝试修正 chroot 错误
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakun committed Sep 9, 2023
1 parent 7df96f6 commit 8327963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ COPY ./blacklist ${XDG_CONFIG_HOME}/blacklist
EXPOSE 6969/tcp
EXPOSE 6969/udp

CMD ["/bin/opentracker", "-f", "${XDG_CONFIG_HOME}/opentracker.conf", "-d", "${XDG_CONFIG_HOME}", "-p", "6969", "-P", "6969"]
CMD ["/bin/opentracker", "-f", "/config/opentracker.conf", "-d", "/config"]

0 comments on commit 8327963

Please sign in to comment.