Skip to content

Commit

Permalink
remove obsolete version from docker-compose.yml
Browse files Browse the repository at this point in the history
The version field in docker-compose.yml is obsolete and is producing a
warning message in docker compose v2.

https://github.com/compose-spec/compose-spec/blob/231b09c30d339e950c0da17fe5bdc793366b8fde/spec.md#version-top-level-element-obsolete

Signed-off-by: Taylor Madore <[email protected]>
  • Loading branch information
taylormadore committed Sep 10, 2024
1 parent 0782100 commit 37e75c8
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'
services:
db:
image: docker.io/postgres:9.6
Expand Down

0 comments on commit 37e75c8

Please sign in to comment.