This commit is contained in:
parent
608c439557
commit
375f0d6e28
@ -5,7 +5,7 @@
|
||||
|
||||
FROM alpine
|
||||
|
||||
ENV FRP_VERSION 0.34.0
|
||||
ENV FRP_VERSION 0.34.1
|
||||
ENV FRP_URL https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz
|
||||
|
||||
WORKDIR /opt/frp
|
||||
|
@ -1,6 +1,6 @@
|
||||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
|
||||
[![Build Status](https://ci.quacker.org/api/badges/d/docker-frp/status.svg)](https://ci.quacker.org/d/docker-frp)
|
||||
[![Version](https://img.shields.io/static/v1?label=Version&message=0.34.0&color=red)](https://github.com/fatedier/frp)
|
||||
[![Version](https://img.shields.io/static/v1?label=Version&message=0.34.1&color=red)](https://github.com/fatedier/frp)
|
||||
|
||||
# docker-frp
|
||||
Docker image for frp. Binaries directly obtained from the official frp repo [fatedier/frp](https://github.com/fatedier/frp).
|
||||
@ -55,4 +55,4 @@ services:
|
||||
- ./config/frps.ini:/opt/frp/frps.ini
|
||||
```
|
||||
# Troubleshooting
|
||||
The logs can be obtained by `docker logs <container_name>`. They are usually very self-explanatory.
|
||||
The logs can be obtained by `docker logs <container_name>`. They are usually very self-explanatory.
|
||||
|
Loading…
Reference in New Issue
Block a user