Skip to content

Commit

Permalink
Use variable for volume modifier because :Z does not play nicely on M1
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Jun 23, 2022
1 parent 4834d88 commit e00b8be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration-tests/logging-gelf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<ES_JAVA_OPTS>-Xms512m -Xmx512m</ES_JAVA_OPTS>
</env>
<log>
<prefix>Elasticsearch: </prefix>
<prefix>Elasticsearch:</prefix>
<date>default</date>
<color>cyan</color>
</log>
Expand Down Expand Up @@ -192,13 +192,13 @@
<port>9600:9600</port>
</ports>
<log>
<prefix>Logstash: </prefix>
<prefix>Logstash:</prefix>
<date>default</date>
<color>cyan</color>
</log>
<volumes>
<bind>
<volume>${project.basedir}/src/test/resources/pipeline:/usr/share/logstash/pipeline:Z</volume>
<volume>${project.basedir}/src/test/resources/pipeline:/usr/share/logstash/pipeline${volume.access.modifier}</volume>
</bind>
</volumes>
<wait>
Expand Down

0 comments on commit e00b8be

Please sign in to comment.