You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5
Original file line number
Diff line number
Diff line change
@@ -69,25 +69,27 @@ Then follow the following steps:
69
69
70
70
> database_root_password=rootpassword123 ## Mention mysql root password.
71
71
72
-
4). Build the docker image.
72
+
4). Replace the IP address assigned to 'server_name' in ~/magento2-varnish-redis-ssl-docker-compose/ssl_server/default with your domain name or IP address.
73
+
74
+
5). Build the docker image.
73
75
74
76
> docker-compose build
75
77
76
-
5). Check the built image as:
78
+
6). Check the built image as:
77
79
78
80
> docker images
79
81
80
-
6). Run the containers from built image as:
82
+
7). Run the containers from built image as:
81
83
82
84
> docker-compose up -d
83
85
84
-
7). Check the running docker containers by command:
86
+
8). Check the running docker containers by command:
85
87
86
88
> docker-compose ps
87
89
88
90
> docker ps
89
91
90
-
8). Your database credentials are mentioned in mysql.sh file. Database user password will be randomly generated. Database user password will be stored in /var/log/check.log. To get database user password,
92
+
9). Your database credentials are mentioned in mysql.sh file. Database user password will be randomly generated. Database user password will be stored in /var/log/check.log. To get database user password,
0 commit comments