@scandipwa/magento-scripts 2.4.2-alpha.0 → 2.4.2-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,13 +28,16 @@ const createNginxConfig = () => ({
28
28
  }
29
29
 
30
30
  if (isDockerDesktop) {
31
- const containers = docker.getContainers(ports)
31
+ // const containers = docker.getContainers(ports)
32
32
 
33
- networkSettings.phpNetwork = containers.php.name
34
- networkSettings.phpWithXdebugNetwork = containers.phpWithXdebug.name
33
+ // networkSettings.phpNetwork = containers.php.name
34
+ // networkSettings.phpWithXdebugNetwork = containers.phpWithXdebug.name
35
35
 
36
- networkSettings.fpmPort = 9000
37
- networkSettings.fpmXdebugPort = 9000
36
+ networkSettings.phpNetwork = 'host.docker.internal'
37
+ networkSettings.phpWithXdebugNetwork = 'host.docker.internal'
38
+
39
+ // networkSettings.fpmPort = 9000
40
+ // networkSettings.fpmXdebugPort = 9000
38
41
 
39
42
  networkSettings.hostPort = 80
40
43
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Scripts and configuration used by CMA.",
4
4
  "homepage": "https://docs.create-magento-app.com/",
5
5
  "repository": "github:scandipwa/create-magento-app",
6
- "version": "2.4.2-alpha.0",
6
+ "version": "2.4.2-alpha.1",
7
7
  "main": "./index.js",
8
8
  "types": "./typings/index.d.ts",
9
9
  "license": "OSL-3.0",
@@ -59,5 +59,5 @@
59
59
  "@types/node": "^20.14.11",
60
60
  "@types/yargs": "^17.0.32"
61
61
  },
62
- "gitHead": "77f33d97f83963ba52d9cf493a9a6cb86029a76e"
62
+ "gitHead": "96732295d12ac0fc5cf37a70aaeec93fb85503d7"
63
63
  }