mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 06:46:55 +08:00
0dcf827c1e
* chore(deps): update snowdreamtech/frpc docker tag to v0.55.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>
13 lines
247 B
YAML
13 lines
247 B
YAML
version: "3"
|
|
services:
|
|
frpc:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
volumes:
|
|
- ./data/frpc.toml:/etc/frp/frpc.toml
|
|
image: snowdreamtech/frpc:0.55.1
|
|
labels:
|
|
createdBy: "Apps"
|
|
|