Skip to content

Commit cc4325c

Browse files
Updated all docker-compose files version from 2.1 to 3
1 parent f4ea3cd commit cc4325c

9 files changed

Lines changed: 9 additions & 9 deletions

docker-compose-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
services:
44
sql.data:

docker-compose-windows.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
# The Production docker-compose file has to have the external/real IPs or DNS names for the services
44
# The ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:

docker-compose-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
services:
44
basket.api:

docker-compose.ci.build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
services:
44
ci-build:

docker-compose.nobuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
services:
44
basket.api:

docker-compose.override.windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
# ONLY NEEDED WHEN RUNNING WINDOWS CONTAINERS
44
#

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
# The default docker-compose.override file can use the "localhost" as the external name for testing web apps within the same dev machine.
44
# The ESHOP_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
# The Production docker-compose file has to have the external/real IPs or DNS names for the services
44
# The ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '2.1'
1+
version: '3'
22

33
services:
44

0 commit comments

Comments
 (0)