Skip to content

Commit ed530fa

Browse files
committed
Loos coupling between cmsd and xrootd
1 parent a8d3e25 commit ed530fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/xrootd/docker-compose.erb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ services:
4141
- /opt/xrootd/config:/etc/xrootd:ro
4242
- /opt/xrootd/admin:<%= @xrootd_admin_path %>:rw
4343
- /dev/log:/dev/log
44-
command: ["cmsd", "-c", "/etc/xrootd/xrootd.cfg", "-p", "<%= @cms_port %>", "-d"]
44+
command: ["cmsd", "-c", "/etc/xrootd/xrootd.cfg", "-p", "<%= @cms_port %>", "-d" "-i"]
4545
ports:
4646
- "<%= @cms_port %>:<%= @cms_port %>"

0 commit comments

Comments
 (0)