Skip to content

Commit 3c7a042

Browse files
authored
Update README.md
1 parent 59b9fd2 commit 3c7a042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The fist time you run this command it's gonna take some time to download all the
3434
docker exec -it docker-magento2_apache_1 bash
3535
php bin/magento setup:install \
3636
--db-host docker-magento2_db_1 --db-name magento2 --db-user magento2 --db-password magento2 --admin-user admin --timezone 'Europe/Rome' --currency EUR --use-rewrites 1 --cleanup-database \
37-
--backend-frontname admin --admin-firstname AdminFirstName --admin-lastname AdminLastName --admin-email '[email protected]' --admin-password 'ChangeThisPassword' --base-url 'https://magento2.docker/' --language en_US \
37+
--backend-frontname admin --admin-firstname AdminFirstName --admin-lastname AdminLastName --admin-email '[email protected]' --admin-password 'ChangeThisPassword1' --base-url 'https://magento2.docker/' --language en_US \
3838
--session-save=redis --session-save-redis-host=sessions --session-save-redis-port=6379 --session-save-redis-db=0 --session-save-redis-password='' \
3939
--cache-backend=redis --cache-backend-redis-server=cache --cache-backend-redis-port=6379 --cache-backend-redis-db=0 \
4040
--page-cache=redis --page-cache-redis-server=cache --page-cache-redis-port=6379 --page-cache-redis-db=1

0 commit comments

Comments
 (0)