Open port for `exporter_proxy`.

This commit is contained in:
Kazuhiro MUSASHI 2019-11-25 00:23:50 +08:00
parent 23bba10ab0
commit b11cc232f5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ service 'supervisor' do
end
# Firewall settings here:
%w( 9099/tcp ).each do |p|
%w( 60000/tcp ).each do |p|
execute "ufw allow #{p}" do
user 'root'