Skip to content

Commit 674a600

Browse files
authored
fix(compose): Drop version from compose file (#1074)
We've switched to using the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md) with the recent upgrades and health-check related upgrades anyway so drop the incorrect and confusing compose file version.
1 parent 610f713 commit 674a600

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3.4"
21
x-restart-policy: &restart_policy
32
restart: unless-stopped
43
x-depends_on-healthy: &depends_on-healthy

0 commit comments

Comments
 (0)