Remove version attribute in docker-compose
Using a recent version of Docker Compose, we were getting a warning: ``` docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion ``` This attribute is obsolete since Docker Compose 1.27, released in 2020, so most developers won't be affected by this change. Developers using really old versions of Docker Compose might have to upgrade their Docker Compose.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "3"
|
||||
services:
|
||||
# service configuration for our database
|
||||
database:
|
||||
|
||||
Reference in New Issue
Block a user