We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2876ec commit 2f1fa72Copy full SHA for 2f1fa72
docker-compose.yml
@@ -37,8 +37,13 @@ services:
37
environment:
38
# Optional. If set, container will create a default auth.json
39
# file for Composer to use (if one does not already exist).
40
- #- MAGENTO_PUBLIC_KEY=<insert-hex-key-here>
41
- #- MAGENTO_PRIVATE_KEY=<insert-hex-key-here>
+ # (Download keys are a long hex sequence available from
+ # http://marketplace.magento.com/, "My Profile", "My Access Keys")
42
+ # Generally it is not recommended to commit keys to a git repo
43
+ # for security reasons - it grants all viewers permission to download
44
+ # all your Marketplace purchases.
45
+ - MAGENTO_PUBLIC_KEY=
46
+ - MAGENTO_PRIVATE_KEY=
47
48
# The following exposes ports inside the container publicly.
49
# Docker maps the public port numbers to ports inside the container
0 commit comments