mirror of
https://github.com/fatedier/frp.git
synced 2025-05-10 17:08:26 +00:00
Compare commits
3 Commits
42e9702506
...
9474426a0d
Author | SHA1 | Date | |
---|---|---|---|
|
9474426a0d | ||
|
62352c7ba5 | ||
|
f7a06cbe61 |
@ -1,4 +1,3 @@
|
|||||||
### Features
|
### Features
|
||||||
|
|
||||||
* The frpc visitor command-line parameter adds the `--server-user` option to specify the username of the server-side proxy to connect to.
|
* `tzdata` is installed by default in the container image, and the time zone can be set using the `TZ` environment variable.
|
||||||
* Support multiple frpc instances with different subjects when using oidc authentication.
|
|
||||||
|
@ -7,6 +7,8 @@ RUN make frpc
|
|||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
|
|
||||||
COPY --from=building /building/bin/frpc /usr/bin/frpc
|
COPY --from=building /building/bin/frpc /usr/bin/frpc
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/frpc"]
|
ENTRYPOINT ["/usr/bin/frpc"]
|
||||||
|
@ -7,6 +7,8 @@ RUN make frps
|
|||||||
|
|
||||||
FROM alpine:3
|
FROM alpine:3
|
||||||
|
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
|
|
||||||
COPY --from=building /building/bin/frps /usr/bin/frps
|
COPY --from=building /building/bin/frps /usr/bin/frps
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/frps"]
|
ENTRYPOINT ["/usr/bin/frps"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user