Skip to content

Commit 7514b84

Browse files
author
ironex
authored
Update README.md
1 parent bde28dd commit 7514b84

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,35 @@ __A) Create brand new Magento project__
3333
- Make sure "magento" folder exists and is owned by current user before you bind it to the container by running the script above, otherwise it will be created by Docker and owned by root.
3434
- Keys can be found in https://marketplace.magento.com/customer/accessKeys/ and you can opt-in to store your keys (login and password) to /home/docker/.composer/auth.json, which is bind mounted to docker/php-fpm/auth.json
3535
- Magento default settings - these can be edited in bin/new-project.sh
36-
- base-url=http://magento.local
37-
- db-host=mysql
38-
- db-name=magento
39-
- db-user=magento
40-
- db-password=magento
41-
- admin-firstname=admin
42-
- admin-lastname=admin
43-
44-
- admin-user=admin
45-
- admin-password=admin123
46-
- language=en_US
47-
- currency=USD
48-
- timezone=America/Chicago
49-
- use-rewrites=1
50-
- elasticsearch-host=elasticsearch
51-
- session-save=redis
52-
- session-save-redis-host=redis
53-
- session-save-redis-db=0 --session-save-redis-password=""
54-
- cache-backend=redis
55-
- cache-backend-redis-server=redis
56-
- cache-backend-redis-db=1
57-
- page-cache=redis
58-
- page-cache-redis-server=redis
59-
- page-cache-redis-db=2
60-
- amqp-host="rabbitmq"
61-
- amqp-port="5672"
62-
- amqp-user="guest"
63-
- amqp-password="guest"
64-
- amqp-virtualhost="/"
36+
- ```base-url=http://magento.local```
37+
- ```db-host=mysql```
38+
- ```db-name=magento```
39+
- ```db-user=magento```
40+
- ```db-password=magento```
41+
- ```admin-firstname=admin```
42+
- ```admin-lastname=admin```
43+
44+
- ```admin-user=admin```
45+
- ```admin-password=admin123```
46+
- ```language=en_US```
47+
- ```currency=USD```
48+
- ```timezone=America/Chicago```
49+
- ```use-rewrites=1```
50+
- ```elasticsearch-host=elasticsearch```
51+
- ```session-save=redis```
52+
- ```session-save-redis-host=redis```
53+
- ```session-save-redis-db=0 --session-save-redis-password=""```
54+
- ```cache-backend=redis```
55+
- ```cache-backend-redis-server=redis```
56+
- ```cache-backend-redis-db=1```
57+
- ```page-cache=redis```
58+
- ```page-cache-redis-server=redis```
59+
- ```page-cache-redis-db=2```
60+
- ```amqp-host="rabbitmq"```
61+
- ```amqp-port="5672"```
62+
- ```amqp-user="guest"```
63+
- ```amqp-password="guest"```
64+
- ```amqp-virtualhost="/"```
6565

6666
__B) Run already existing Magento project__
6767

0 commit comments

Comments
 (0)