Skip to content

Commit

Permalink
try with an updated rti image
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Jan 19, 2023
1 parent 3ad413b commit 24a138a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected String generateDockerServices(List<DockerData> services) {
return String.join("\n",
super.generateDockerServices(services),
" rti:",
" image: lflang/rti:rti",
" image: cmnrd/rti:rti",
" hostname: " + this.rtiHost,
" command: -i 1 -n " + services.size(),
" container_name: " + containerName + "-" + "rti");
Expand Down

0 comments on commit 24a138a

Please sign in to comment.