mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 12:36:57 +08:00
226dbe7d16
* chore(deps): update snowdreamtech/frpc docker tag to v0.58.1 * 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>
12 lines
267 B
YAML
12 lines
267 B
YAML
services:
|
|
frpc:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
volumes:
|
|
- ./data/frpc.toml:/etc/frp/frpc.toml
|
|
- ./data/ssl:/etc/frp/ssl
|
|
image: snowdreamtech/frpc:0.58.1
|
|
labels:
|
|
createdBy: "Apps"
|