Skip to content

Commit 81ae3f6

Browse files
committed
Update README.md
1 parent 3aadfab commit 81ae3f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [full stack webserver for everyone with docker compose](https://github.com/damalis/full-stack-webserver-for-everyone-with-docker-compose)
1+
# [full stack proxy nginx webserver for everyone with docker compose](https://github.com/damalis/full-stack-proxy-nginx-webserver-for-everyone-with-docker-compose)
22

33
If You want to have a webserver at short time;
44

@@ -45,13 +45,13 @@ Create rules to open ports to the internet, or to a specific IPv4 address or ran
4545
download with
4646

4747
```
48-
git clone https://github.com/damalis/full-stack-webserver-for-everyone-with-docker-compose.git
48+
git clone https://github.com/damalis/full-stack-proxy-nginx-webserver-for-everyone-with-docker-compose.git
4949
```
5050

5151
Open a terminal and `cd` to the folder in which `docker-compose.yml` is saved and run:
5252

5353
```
54-
cd full-stack-webserver-for-everyone-with-docker-compose
54+
cd full-stack-proxy-nginx-webserver-for-everyone-with-docker-compose
5555
chmod +x install.sh
5656
./install.sh
5757
```
@@ -72,13 +72,13 @@ Make sure to [add your user to the `docker` group](https://docs.docker.com/insta
7272
download with
7373

7474
```
75-
git clone https://github.com/damalis/full-stack-webserver-for-everyone-with-docker-compose.git
75+
git clone https://github.com/damalis/full-stack-proxy-nginx-webserver-for-everyone-with-docker-compose.git
7676
```
7777

7878
Open a terminal and `cd` to the folder in which `docker-compose.yml` is saved and run:
7979

8080
```
81-
cd full-stack-webserver-for-everyone-with-docker-compose
81+
cd full-stack-proxy-nginx-webserver-for-everyone-with-docker-compose
8282
```
8383

8484
### Manual Configuration
@@ -110,7 +110,7 @@ change example.com to your domain name in ```./phpmyadmin/apache2/sites-availabl
110110
Firstly: will create external volume
111111

112112
```
113-
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
113+
docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-proxy-nginx-webserver-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
114114
```
115115

116116
```

0 commit comments

Comments
 (0)