mirror of
https://github.com/flibusta-apps/docker-tor-privoxy-alpine.git
synced 2025-12-06 14:45:37 +01:00
Add tini entrypoint for clean shutdown
This commit is contained in:
@@ -2,8 +2,9 @@ FROM alpine:3.7
|
||||
|
||||
EXPOSE 8118 9050
|
||||
|
||||
RUN apk --update add privoxy tor runit
|
||||
RUN apk --update add privoxy tor runit tini
|
||||
|
||||
COPY service /etc/service/
|
||||
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
CMD ["runsvdir", "/etc/service"]
|
||||
|
||||
Reference in New Issue
Block a user