Commit 9110c119 authored by nanahira's avatar nanahira

specify frps version

parent 7abc2da6
......@@ -3,7 +3,7 @@ services:
{% for instance in frpc_instances %}
'{{instance.name}}':
restart: always
image: fatedier/frpc:v0.40.0
image: fatedier/frpc:v{{frp_version}}
network_mode: host
command: -c /frpc.ini
volumes:
......
......@@ -2,7 +2,7 @@ version: '2.4'
services:
frps:
restart: always
image: fatedier/frps:v0.40.0
image: fatedier/frps:v{{frp_version}}
network_mode: host
command: -c /frps.ini
volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment