1- # [ full stack wordpress for everyone with docker compose] ( https://github.com/damalis/full-stack-wordpress-for-everyone-with-docker-compose )
1+ # [ full stack proxy nginx wordpress for everyone with docker compose] ( https://github.com/damalis/full-stack-proxy-nginx -wordpress-for-everyone-with-docker-compose )
22
33If You want to have a wordpress website at short time;
44
@@ -46,13 +46,13 @@ Create rules to open ports to the internet, or to a specific IPv4 address or ran
4646download with
4747
4848```
49- git clone https://github.com/damalis/full-stack-wordpress-for-everyone-with-docker-compose.git
49+ git clone https://github.com/damalis/full-stack-proxy-nginx- wordpress-for-everyone-with-docker-compose.git
5050```
5151
5252Open a terminal and ` cd ` to the folder in which ` docker-compose.yml ` is saved and run:
5353
5454```
55- cd full-stack-wordpress-for-everyone-with-docker-compose
55+ cd full-stack-proxy-nginx- wordpress-for-everyone-with-docker-compose
5656chmod +x install.sh
5757./install.sh
5858```
@@ -73,13 +73,13 @@ Make sure to [add your user to the `docker` group](https://docs.docker.com/insta
7373download with
7474
7575```
76- git clone https://github.com/damalis/full-stack-wordpress-for-everyone-with-docker-compose.git
76+ git clone https://github.com/damalis/full-stack-proxy-nginx- wordpress-for-everyone-with-docker-compose.git
7777```
7878
7979Open a terminal and ` cd ` to the folder in which ` docker-compose.yml ` is saved and run:
8080
8181```
82- cd full-stack-wordpress-for-everyone-with-docker-compose
82+ cd full-stack-proxy-nginx- wordpress-for-everyone-with-docker-compose
8383```
8484
8585### Manual Configuration
@@ -111,7 +111,7 @@ change example.com to your domain name in ```./phpmyadmin/apache2/sites-availabl
111111Firstly: will create external volume
112112
113113```
114- docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-wordpress-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
114+ docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-proxy-nginx- wordpress-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
115115```
116116
117117```
0 commit comments