Skip to content

Commit 51c6241

Browse files
committed
2024-03-24 docker-compose.yml - master branch - PR 1 of 2
From and including `docker-compose-plugin` v2.25.0, the `version:` clause is deprecated. Commands now produce the following warning: ``` WARN[0000] /home/pi/IOTstack/docker-compose.yml: `version` is obsolete ``` This PR removes the `version:` clause from the template. Most users will likely need to hand-edit their compose files to remove the clause. Signed-off-by: Phill Kelley <[email protected]>
1 parent 7a05f32 commit 51c6241

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.templates/docker-compose-base.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22

3-
version: '3.6'
4-
53
networks:
64
default:
75
driver: bridge

0 commit comments

Comments
 (0)