Skip to content

Commit 94c426b

Browse files
authored
Update README.md
.
1 parent f1535de commit 94c426b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -69,25 +69,27 @@ Then follow the following steps:
6969
7070
> database_root_password=rootpassword123 ## Mention mysql root password.
7171
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.
7375

7476
> docker-compose build
7577
76-
5). Check the built image as:
78+
6). Check the built image as:
7779

7880
> docker images
7981
80-
6). Run the containers from built image as:
82+
7). Run the containers from built image as:
8183

8284
> docker-compose up -d
8385
84-
7). Check the running docker containers by command:
86+
8). Check the running docker containers by command:
8587

8688
> docker-compose ps
8789
8890
> docker ps
8991
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,
9193

9294
> docker exec -ti mysql bash
9395

0 commit comments

Comments
 (0)