1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 01:51:05 +08:00
1Panel-Appstore/frp-panel/latest/docker-compose.yml
2024-01-22 11:38:21 +08:00

11 lines
221 B
YAML

version: '3'
services:
frp-panel:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
command: ${COMMAND_LINE}
image: vaalacat/frp-panel:latest
labels:
createdBy: "Apps"