Fix docker compose version (#3826)

This commit is contained in:
jekkos
2024-02-03 10:48:28 +01:00
committed by jekkos
parent a4b3469369
commit b25273ceee
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
version: '3.4'
version: '2.2'
include:
- docker/docker-mysql.yml
- docker/docker-mysql.yml
services:
ospos:
build:

View File

@@ -1,5 +1,3 @@
version: '2'
include:
- docker/docker-mysql.yml