Skip to content

Commit

Permalink
XrootD: Try host networking
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Nov 28, 2024
1 parent 09638a8 commit 300cf2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/xrootd/docker-compose.erb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
dns:
- 89.32.32.32
hostname: <%= @hostname.split('.')[0] %>
network_mode: host
extra_hosts:
<%- @cms_allow_hosts.each do |extra_host| -%>
- "<%= extra_host['name'] %>:<%= extra_host['ipv4'] %>"
Expand All @@ -26,6 +27,7 @@ services:
dns:
- 89.32.32.32
hostname: <%= @hostname.split('.')[0] %>
network_mode: host
extra_hosts:
<%- @cms_allow_hosts.each do |extra_host| -%>
- "<%= extra_host['name'] %>:<%= extra_host['ipv4'] %>"
Expand Down

0 comments on commit 300cf2a

Please sign in to comment.