mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 15:58:48 +08:00
6abbbe9c87
* chore(deps): update snowdreamtech/frps docker tag to v0.57.0 * Update app version [skip ci] --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
13 lines
280 B
YAML
13 lines
280 B
YAML
version: "3"
|
|
services:
|
|
frps:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
volumes:
|
|
- ./data/frps.toml:/etc/frp/frps.toml
|
|
- ./data/ssl:/etc/frp/ssl
|
|
image: snowdreamtech/frps:0.57.0
|
|
labels:
|
|
createdBy: "Apps"
|