appstore-1panel/apps/frps/0.61.0/docker-compose.yml
renovate[bot] f9d86ca94a
chore(deps): update snowdreamtech/frps docker tag to v0.61.0 (#2323)
* chore(deps): update snowdreamtech/frps docker tag to v0.61.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-10-18 12:07:03 +08:00

12 lines
261 B
YAML

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