Skip to content

Commit

Permalink
Update docker-compose files version (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennytian authored Mar 21, 2024
1 parent 86e474f commit 16af509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.middleware.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.1'
version: '3'
services:
# The postgres database.
db:
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.1'
version: '3'
services:
# API service
api:
Expand Down

0 comments on commit 16af509

Please sign in to comment.