Browse Source

Upgraded to version: '3.4' in docker-compose files because since recent versions, VISUAL STUDIO FOR MAC requires docker-compose '3.4' in order to be able to F5 or Ctrl+F5 a Docker solution.

pull/494/merge
Cesar De la Torre Llorente 6 years ago
parent
commit
7c446d9ffd
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      docker-compose.ci.build.yml
  2. +1
    -1
      docker-compose.override.yml
  3. +1
    -1
      docker-compose.prod.yml
  4. +1
    -1
      docker-compose.yml

+ 1
- 1
docker-compose.ci.build.yml View File

@ -1,4 +1,4 @@
version: '3.3'
version: '3.4'
services:
ci-build:


+ 1
- 1
docker-compose.override.yml View File

@ -1,4 +1,4 @@
version: '3.3'
version: '3.4'
# The default docker-compose.override file can use the "localhost" as the external name for testing web apps within the same dev machine.
# The ESHOP_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:


+ 1
- 1
docker-compose.prod.yml View File

@ -1,4 +1,4 @@
version: '3.3'
version: '3.4'
# The Production docker-compose file has to have the external/real IPs or DNS names for the services
# The ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP environment variable is taken, by default, from the ".env" file defined like:


+ 1
- 1
docker-compose.yml View File

@ -1,4 +1,4 @@
version: '3.3'
version: '3.4'
services:


Loading…
Cancel
Save