You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -131,10 +131,10 @@ mkdir -p ~/Sites/magento
131
131
cd$_
132
132
133
133
# Run this automated one-liner from the directory you want to install your project.
134
-
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.6-p2 community
134
+
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/onelinesetup | bash -s -- magento.test 2.4.6-p3 community
135
135
```
136
136
137
-
The `magento.test` above defines the hostname to use, and the `2.4.6-p2` defines the Magento version to install. Note that since we need a write to `/etc/hosts` for DNS resolution, you will be prompted for your system password during setup.
137
+
The `magento.test` above defines the hostname to use, and the `2.4.6-p3` defines the Magento version to install. Note that since we need a write to `/etc/hosts` for DNS resolution, you will be prompted for your system password during setup.
138
138
139
139
After the one-liner above completes running, you should be able to access your site at `https://magento.test`.
# Download the version of Magento you want to use with:
165
-
bin/download 2.4.6-p2 community
165
+
bin/download 2.4.6-p3 community
166
166
# You can specify the version and type (community, enterprise, mageos, mageos-nightly, mageos-mirror, mageos-hypernode-mirror, or mageos-maxcluster-mirror).
167
167
# The mageos type is an alias for mageos-mirror.
168
-
# If no arguments are passed, "2.4.6-p2" and "community" are the default values used.
168
+
# If no arguments are passed, "2.4.6-p3" and "community" are the default values used.
169
169
170
170
# or for Magento core development:
171
171
# bin/start --no-dev
@@ -279,7 +279,7 @@ It is recommended to keep your root docker config files in one repository, and y
279
279
-`bin/dev-urn-catalog-generate`: Generate URN's for PhpStorm and remap paths to local host. Restart PhpStorm after running this command.
280
280
-`bin/devconsole`: Alias for `bin/n98-magerun2 dev:console`
281
281
-`bin/docker-compose`: Support V1 (`docker-compose`) and V2 (`docker compose`) docker compose command, and use custom configuration files, such as `compose.yml` and `compose.dev.yml`
282
-
-`bin/download`: Download specific Magento version from Composer to the container, with optional arguments of the version (2.4.6-p2[default]) and type ("community" [default], "enterprise", or "mageos"). Ex. `bin/download 2.4.6-p2 enterprise`
282
+
-`bin/download`: Download specific Magento version from Composer to the container, with optional arguments of the version (2.4.6-p3[default]) and type ("community" [default], "enterprise", or "mageos"). Ex. `bin/download 2.4.6-p3 enterprise`
283
283
-`bin/debug-cli`: Enable Xdebug for bin/magento, with an optional argument of the IDE key. Defaults to PHPSTORM Ex. `bin/debug-cli enable PHPSTORM`
284
284
-`bin/fixowns`: This will fix filesystem ownerships within the container.
285
285
-`bin/fixperms`: This will fix filesystem permissions within the container.
0 commit comments