Skip to content

Commit

Permalink
Add script Transmission script to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlufont committed Jan 22, 2025
1 parent 3ee4da7 commit d839868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ ENV VPN_SERVICE_PROVIDER=pia \
ENTRYPOINT ["/gluetun-entrypoint"]
EXPOSE 8000/tcp 8888/tcp 8388/tcp 8388/udp
HEALTHCHECK --interval=5s --timeout=5s --start-period=10s --retries=3 CMD /gluetun-entrypoint healthcheck
COPY extras/scripts/transmission-port-update.sh /scripts/transmission-port-update.sh
ARG TARGETPLATFORM
RUN apk add --no-cache --update -l wget && \
apk add --no-cache --update -X "https://dl-cdn.alpinelinux.org/alpine/v3.17/main" openvpn\~2.5 && \
Expand Down

0 comments on commit d839868

Please sign in to comment.