appstore-1panel/apps/frps/0.58.0/docker-compose.yml
renovate[bot] 661f48802a
chore(deps): update snowdreamtech/frps docker tag to v0.58.0 (#1384)
* chore(deps): update snowdreamtech/frps docker tag to v0.58.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-05-09 11:05:11 +08:00

12 lines
267 B
YAML

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