File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The fist time you run this command it's gonna take some time to download all the
3434docker exec -it docker-magento2_apache_1 bash
3535php 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
You can’t perform that action at this time.
0 commit comments