fix(docker compose): set minimum compose version as '3' (#1677)

- matches the minimum version for our dependencies file ('3')
- healthcheck was introduced in 2.1, and healthcheck.start_period in 2.3, so >=2.3 was minimum
This commit is contained in:
Iain Sproat
2023-07-10 10:29:10 +01:00
committed by GitHub
parent ffc3c5186f
commit fad395a292
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version: '2'
version: '3'
services:
speckle-frontend:
build: