Skip to content

Commit f9382fb

Browse files
committed
Update README.md
1 parent f66617d commit f9382fb

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 joomla for everyone with docker compose
1+
# [full stack proxy nginx joomla for everyone with docker compose](https://github.com/damalis/full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose)
22

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

@@ -45,12 +45,12 @@ Contents:
4545

4646
download with
4747
```
48-
git clone https://github.com/damalis/full-stack-joomla-for-everyone-with-docker-compose.git
48+
git clone https://github.com/damalis/full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose.git
4949
```
5050
Open a terminal and `cd` to the folder in which `docker-compose.yml` is saved and run:
5151

5252
```
53-
cd full-stack-joomla-for-everyone-with-docker-compose
53+
cd full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose
5454
chmod +x install.sh
5555
./install.sh
5656
```
@@ -70,13 +70,13 @@ Make sure to [add your user to the `docker` group](https://docs.docker.com/insta
7070

7171
download with
7272
```
73-
git clone https://github.com/damalis/full-stack-joomla-for-everyone-with-docker-compose.git
73+
git clone https://github.com/damalis/full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose.git
7474
```
7575

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

7878
```
79-
cd full-stack-joomla-for-everyone-with-docker-compose
79+
cd full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose
8080
```
8181

8282
### Manual Configuration
@@ -107,7 +107,7 @@ change example.com to your domain name in ```./phpmyadmin/apache2/sites-availabl
107107

108108
Firstly: will create external volume
109109
```
110-
docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-joomla-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
110+
docker volume create --driver local --opt type=none --opt device=/home/ubuntu/full-stack-proxy-nginx-joomla-for-everyone-with-docker-compose/certbot --opt o=bind certbot-etc
111111
```
112112

113113
```

0 commit comments

Comments
 (0)