Skip to content

Commit

Permalink
chore(ci): remove version field from compose yml
Browse files Browse the repository at this point in the history
This field was only ever informational and is obsolete and
docker-compose complains about it, so remove it to silence the warning.

Ref: https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-and-name-top-level-elements

Signed-off-by: Dominic Evans <[email protected]>
  • Loading branch information
dnwe committed Aug 7, 2024
1 parent 08ded32 commit c829658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
zookeeper-1:
hostname: 'zookeeper-1'
Expand Down

0 comments on commit c829658

Please sign in to comment.