Skip to content

Commit

Permalink
Fix docker compose warning regarding the version field (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM authored May 4, 2024
1 parent 2e34895 commit 459e0d1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/otel-collector/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
version: "3.9"
services:
mysql:
image: mysql:8.4
Expand Down
1 change: 0 additions & 1 deletion example/stdout/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
version: "3.9"
services:
mysql:
image: mysql:8.4
Expand Down

0 comments on commit 459e0d1

Please sign in to comment.