deluge-windscribe-ephemeral-port (v3-beta)
Published 2024-11-24 11:35:49 +01:00 by ghoscht
Installation
docker pull git.ghoscht.com/ghoscht/deluge-windscribe-ephemeral-port:v3-betasha256:0d93ec71e7d0fa20edd4c2a77d94aa29c4279da2262fa24f9089e9fd9609158cImage layers
| ADD rootfs.tar.xz / # buildkit |
| CMD ["bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y libssl3 ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /config |
| RUN /bin/sh -c groupadd --gid 1000 wind && useradd --uid 1000 --gid wind --shell /bin/bash wind && chown wind:wind /config # buildkit |
| COPY /app/target/release/windscribe-ephemeral-port /usr/local/bin # buildkit |
| USER wind |
| ENTRYPOINT ["/usr/local/bin/windscribe-ephemeral-port" "--cache-dir" "/config" "--config" "/config/config.yaml"] |