Correct the configuration file name

This commit is contained in:
Reinhard Prechtl 2018-01-27 18:27:55 +01:00 committed by GitHub
parent 79f630967c
commit 03783caf74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
```