1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-04 16:36:40 +08:00
1Panel-Appstore/frpc/0.62.0/docker-compose.yml
renovate[bot] 2c99d6d7c3 chore(deps): update snowdreamtech/frpc docker tag to v0.62.0 (#3717)
* chore(deps): update snowdreamtech/frpc docker tag to v0.62.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>
2025-04-17 22:25:12 +08:00

12 lines
261 B
YAML

services:
frpc:
image: snowdreamtech/frpc:0.62.0
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"