Skip to content

Commit

Permalink
Loos coupling between cmsd and xrootd
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Dec 6, 2024
1 parent a8d3e25 commit ed530fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/xrootd/docker-compose.erb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ services:
- /opt/xrootd/config:/etc/xrootd:ro
- /opt/xrootd/admin:<%= @xrootd_admin_path %>:rw
- /dev/log:/dev/log
command: ["cmsd", "-c", "/etc/xrootd/xrootd.cfg", "-p", "<%= @cms_port %>", "-d"]
command: ["cmsd", "-c", "/etc/xrootd/xrootd.cfg", "-p", "<%= @cms_port %>", "-d" "-i"]
ports:
- "<%= @cms_port %>:<%= @cms_port %>"

0 comments on commit ed530fa

Please sign in to comment.