Skip to content

Commit

Permalink
fix(compose): Drop version from compose file (getsentry#1074)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BYK authored Aug 24, 2021
1 parent 610f713 commit 674a600
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.4"
x-restart-policy: &restart_policy
restart: unless-stopped
x-depends_on-healthy: &depends_on-healthy
Expand Down

0 comments on commit 674a600

Please sign in to comment.