Drop the obsolete version: '3' property, it is no longer needed since late 2020 (Docker Compose 1.27+) and is only informative:
https://nickjanetakis.com/blog/docker-tip-51-which-docker-compose-api-version-should-you-use https://github.com/compose-spec/compose-spec/blob/master/04-version-and-name.md Signed-off-by: Tim Orling <tim.orl...@konsulko.com> --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8b43946..8704599 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,3 @@ -version: '3' services: layersdb: image: mariadb:lts -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62152): https://lists.yoctoproject.org/g/yocto/message/62152 Mute This Topic: https://lists.yoctoproject.org/mt/103744693/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-