Correct the configuration file name
This commit is contained in:
parent
79f630967c
commit
03783caf74
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ There's an equivalent for the `ClusteredInfinispanContainer`:
|
|||
|
||||
```
|
||||
new ClusteredInfinispanContainer("jboss/infinispan-server:9.0.3.Final")
|
||||
.withClusteredConfiguration("infinispan-standalone.xml")
|
||||
.withClusteredConfiguration("infinispan-clustered.xml")
|
||||
.withProtocolVersion(ProtocolVersion.PROTOCOL_VERSION_26)
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue