Skip to content

Commit

Permalink
Make port a string
Browse files Browse the repository at this point in the history
  • Loading branch information
mickenordin committed Nov 16, 2024
1 parent 1953207 commit af26f68
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 @@ -21,6 +21,6 @@ services:
volumes:
- /opt/xrootd/config:/etc/xrootd:ro
- /dev/log:/dev/log
command: ["cmsd", "-c", "/etc/xrootd/xrootd.cfg", "-p", <%= @cms_port %>]
command: ["cmsd", "-c", "/etc/xrootd/xrootd.cfg", "-p", "<%= @cms_port %>"]
ports:
- "<%= @cms_port %>:<%= @cms_port %>"

0 comments on commit af26f68

Please sign in to comment.