1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Docker Compose Fileにversionsは書くなって話

Last updated at Posted at 2024-12-15

docker desktop for macをupdateしたら警告文が出るようになりました

今回発生した警告文

the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion

画像.png

上記はcompose.ymlでversionsは古いから使わないでねと言う警告でした

versions: '3.8'# 廃止

じゃどのversionが使われるのよ。と思ったのですが、常に最新のものが使われるようです。

docker-compose.yml

ついでに知ったのですが、docker-compose.ymlはもう古いらしいです。
compose.ymlに命名を変更する必要がありそうです。

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?