Skip to content

Commit

Permalink
Switch to version 3 for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Feb 26, 2021
1 parent ba2d1cb commit 0bdcc60
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Version 3, most current, and recommended compose file version
# https://docs.docker.com/compose/compose-file/compose-versioning/
version: '3'

services:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Version 3, most current, and recommended compose file version
# https://docs.docker.com/compose/compose-file/compose-versioning/
version: '3'

services:
Expand Down
2 changes: 1 addition & 1 deletion src/api/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
################################################################################
# Development docker-compose.yml, not meant for production
################################################################################
version: '3.9'
version: '3'

services:
# API Gateway
Expand Down
2 changes: 1 addition & 1 deletion src/api/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# See https://docs.docker.com/compose/production/
################################################################################
version: '3.9'
version: '3'

services:
# API Gateway
Expand Down

0 comments on commit 0bdcc60

Please sign in to comment.