1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 06:59:41 +08:00
1Panel-Appstore/frpc/0.61.2/docker-compose.yml
renovate[bot] cab07be004 chore(deps): update snowdreamtech/frpc docker tag to v0.61.2 (#3379)
* chore(deps): update snowdreamtech/frpc docker tag to v0.61.2

* 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>
2025-03-09 21:52:19 +08:00

12 lines
261 B
YAML

services:
frpc:
image: snowdreamtech/frpc:0.61.2
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ./data/frpc.toml:/etc/frp/frpc.toml
- ./data/ssl:/etc/frp/ssl
labels:
createdBy: "Apps"