Skip to content

Commit a8d829f

Browse files
committed
Use version 3.5 for all docker-compose yaml files to avoid conflict
2 parents 1256cf5 + b59662c commit a8d829f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is used to allow developer access to the database and
22
# the usage of GUI database tools. Do not use in production systems
33

4-
version: "3"
4+
version: "3.5"
55

66
services:
77
odoo:

mailhog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is used to setup a mailhog as sink for all mails generated
22
# by odoo. This is meant to be used on test or development machines
33

4-
version: "3"
4+
version: "3.5"
55

66
services:
77
# Odoo

0 commit comments

Comments
 (0)