Skip to content

Commit

Permalink
Remove obsolete version field from docker-compose files (#1171)
Browse files Browse the repository at this point in the history
My Docker warns me by now:

> ```
> WARN[0000] [redacted]/util/containers/docker-compose.yml: `version` is
obsolete
> ```

cf.
https://github.com/compose-spec/compose-spec/blob/master/04-version-and-name.md#version-top-level-element-obsolete
  • Loading branch information
LukasKalbertodt committed May 23, 2024
2 parents 51008d8 + 24fb5ef commit 2f71e30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/containers/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
# The server handling login callback requests.
tobira-login-handler:
Expand Down

0 comments on commit 2f71e30

Please sign in to comment.