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 994a45a commit c8f6e49Copy full SHA for c8f6e49
deploy/start.sh
@@ -271,14 +271,14 @@ composer_install
271
magento_flush_config
272
# Setting magento database credentials
273
magento_database_config
274
+# Configuring Magento to use Varnish as HTTP cache
275
+magento_varnish_config
276
+# Configuring Magento to use Redis for session and config storage
277
+magento_redis_config
278
# Executing Magento install or migration
279
magento_database_migration
280
# Create admin user if not exists
281
create_admin_user
-# Configuring Magento to use Redis for session and config storage
-magento_redis_config
-# Configuring Magento to use Varnish as HTTP cache
-magento_varnish_config
282
283
# Set magento mode
284
magento_set_mode
0 commit comments