Skip to content

Commit 36c479a

Browse files
committed
Update README.md
1 parent 14d77f0 commit 36c479a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ change example.com to your domain name in ```./phpmyadmin/apache2/sites-availabl
109109
Firstly: will create external volume
110110

111111
```
112-
docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-webserver-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
112+
docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-nginx-webserver-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
113113
```
114114

115115
```
@@ -119,7 +119,7 @@ docker-compose up -d
119119
then reloading for webserver ssl configuration
120120

121121
```
122-
docker exec webserver httpd -k restart
122+
docker exec webserver nginx -s reload
123123
```
124124

125125
The containers are now built and running. You should be able to access the Webserver with the configured IP in the browser address. `https://example.com`.

0 commit comments

Comments
 (0)