12 lines
307 B
YAML
12 lines
307 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
frps:
|
|
container_name: frps
|
|
image: snowdreamtech/frps
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./frps.ini:/etc/frp/frps.ini
|
|
network-mode: host
|
|
|
|
#docker run --restart=always --network host -d -v /etc/frp/frps.ini:/etc/frp/frps.ini --name frps snowdreamtech/frps |