Skip to content

Commit 77cb771

Browse files
remove deprecated 'version' attribute from docker-compose.ymla (#3660)
Removes the warning: ``` WARN[0000] .../node-postgres/.devcontainer/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion ``` The `version` attribute has been removed as of v2 of the docker compose plugin (https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-top-level-element-obsolete).
1 parent 4e6bdf0 commit 77cb771

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.devcontainer/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
version: '3.9'
76
services:
87
web:
98
# Uncomment the next line to use a non-root user for all processes. You can also

0 commit comments

Comments
 (0)