This commit is contained in:
2023-05-23 14:20:49 +08:00
parent 65976c3f6f
commit e8ce094544

View File

@@ -0,0 +1,12 @@
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