mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 13:06:56 +08:00
b1c3c3512b
* chore(deps): update snowdreamtech/frps docker tag to v0.51.3 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
12 lines
250 B
YAML
12 lines
250 B
YAML
version: "3"
|
|
services:
|
|
frps:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: "host"
|
|
volumes:
|
|
- "./data/frps.ini:/etc/frp/frps.ini"
|
|
image: "snowdreamtech/frps:0.51.3"
|
|
labels:
|
|
createdBy: "Apps"
|