Skip to content

Commit 9f9c905

Browse files
committedDec 12, 2024
[TASK] Avoid obsolete version in .ddev/docker-compose.deeplmockserver.yml
docker-compose made the `version` option in the `docker-compose.yml` syntax obsolete and throws notices. As docker is usualy kept up2date and these version are out already a long time we can remove that option to avoid the following notice on ddev start: ``` time="2024-12-12T14:26:54+01:00" level=warning msg="/var/www/work/webvision/wv_deepltranslate/.ddev/docker-compose.deeplmockserver.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion" ```
1 parent 00d18a8 commit 9f9c905

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.ddev/docker-compose.deeplmockserver.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.6'
2-
31
services:
42
# This is the service name used when running ddev commands accepting the
53
# --service flag.

0 commit comments

Comments
 (0)