appstore-1panel/apps/frps/0.55.1/docker-compose.yml
renovate[bot] 4766991d1a
chore(deps): update snowdreamtech/frps docker tag to v0.55.1 (#1083)
* chore(deps): update snowdreamtech/frps docker tag to v0.55.1

* 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-03-14 17:26:04 +08:00

12 lines
246 B
YAML

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