Remove version attribute from docker-compose files

The version attribute has been deprecated.
This commit is contained in:
Stéphane Nicoll
2024-08-08 15:38:57 +02:00
parent f1b3bf0954
commit cc561a1106
13 changed files with 0 additions and 14 deletions

View File

@@ -1,4 +1,3 @@
version: '3.1'
services:
redis:
image: 'redis:7'