Skip to content

Commit

Permalink
docker-compose -> docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: qGYdXbY2 <[email protected]>
  • Loading branch information
qGYdXbY2 committed Aug 5, 2024
1 parent 741cd42 commit 6f6e9eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xyz-hub-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,15 @@
<execution>
<configuration>
<arguments>
<argument>compose</argument>
<argument>--file</argument>
<argument>../${dockerComposeFile}</argument>
<argument>up</argument>
<argument>--detach</argument>
<argument>--build</argument>
<argument>--force-recreate</argument>
</arguments>
<executable>docker-compose</executable>
<executable>docker</executable>
</configuration>
<goals>
<goal>exec</goal>
Expand Down

0 comments on commit 6f6e9eb

Please sign in to comment.