Commit 9110c119 authored by nanahira's avatar nanahira

specify frps version

parent 7abc2da6
...@@ -3,7 +3,7 @@ services: ...@@ -3,7 +3,7 @@ services:
{% for instance in frpc_instances %} {% for instance in frpc_instances %}
'{{instance.name}}': '{{instance.name}}':
restart: always restart: always
image: fatedier/frpc:v0.40.0 image: fatedier/frpc:v{{frp_version}}
network_mode: host network_mode: host
command: -c /frpc.ini command: -c /frpc.ini
volumes: volumes:
......
...@@ -2,7 +2,7 @@ version: '2.4' ...@@ -2,7 +2,7 @@ version: '2.4'
services: services:
frps: frps:
restart: always restart: always
image: fatedier/frps:v0.40.0 image: fatedier/frps:v{{frp_version}}
network_mode: host network_mode: host
command: -c /frps.ini command: -c /frps.ini
volumes: 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