Skip to content

Commit

Permalink
Upgrade compose files version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Feb 21, 2023
1 parent 2f4920b commit 263d6f9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '2.3'
services:
frontend:
image: ghcr.io/kitspace/frontend${FRONTEND_DEPLOY_IMAGE_TAG}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '2.3'

services:
frontend:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '2.3'

services:
frontend:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.test-processor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '2.3'

services:
processor:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2'
version: '2.3'

services:
frontend:
Expand Down
2 changes: 1 addition & 1 deletion nginx/reachability_healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ healthcheck() {
fi
}

healthcheck
healthcheck

0 comments on commit 263d6f9

Please sign in to comment.