appstore-1panel/apps/frpc/0.57.0/docker-compose.yml
renovate[bot] ff05707dec
chore(deps): update snowdreamtech/frpc docker tag to v0.57.0 (#1260)
* chore(deps): update snowdreamtech/frpc 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>
2024-04-17 23:11:09 +08:00

13 lines
280 B
YAML

version: "3"
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.57.0
labels:
createdBy: "Apps"