Skip to content

Commit

Permalink
bluetooth-traffic: fix docker compose version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jan 20, 2025
1 parent 0354d60 commit 19679d3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions bluetooth-traffic/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# SPDX-FileCopyrightText: NOI Techpark <digital@noi.bz.it>
#
# SPDX-License-Identifier: CC0-1.0

version: "3.4"

services:
app:
image: maven:3-jdk-8-alpine
Expand Down
2 changes: 0 additions & 2 deletions bluetooth-traffic/infrastructure/docker-compose.build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand Down
2 changes: 0 additions & 2 deletions bluetooth-traffic/infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand Down

0 comments on commit 19679d3

Please sign in to comment.