Skip to content

Commit aacaa6d

Browse files
committed
Update README.md
1 parent 77bf8f7 commit aacaa6d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

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

3-
If You want to have a codeIgniter "appstarter" website at short time;
3+
If You want to have a CodeIgniter "appstarter" website at short time;
44

55
#### Full stack Nginx CodeIgniter "appstarter":
66
<p align="left"> <a href="https://www.codeigniter.com/" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/44521256?s=200&v=4" alt="codeigniter" height="40" width="40"/> </a>&nbsp;&nbsp;&nbsp; <a href="https://www.docker.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/docker/docker.png" alt="docker" width="40" height="40" width="40"/> </a>&nbsp;&nbsp;&nbsp; <a href="https://mariadb.org/" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/5877084?s=200&v=4" alt="mariadb" height="50" width="50"/> </a>&nbsp;&nbsp;&nbsp; <a href="https://www.nginx.com" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/1412239?s=200&v=4" alt="nginx" height="40" width="40"/> </a>&nbsp;&nbsp;&nbsp; <a href="https://www.php.net" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/25158?s=200&v=4" alt="php" height="40" width="40"/> </a>&nbsp;&nbsp;&nbsp; <a href="https://redis.io" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/1529926?s=200&v=4" alt="redis" height="40" width="40"/> </a>&nbsp;&nbsp;&nbsp; <a href="#" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/bash/bash.png" alt="Bash" height="50" width="50" /> </a>&nbsp;&nbsp;&nbsp;
@@ -10,7 +10,7 @@ Plus, manage docker containers with Portainer.
1010

1111
#### With this project you can quickly run the following:
1212

13-
- [codeIgniter](https://github.com/codeigniter4/CodeIgniter4) - [php-fpm](https://hub.docker.com/_/php?tab=tags&page=1&name=fpm)
13+
- [CodeIgniter](https://github.com/codeigniter4/CodeIgniter4) - [php-fpm](https://hub.docker.com/_/php?tab=tags&page=1&name=fpm)
1414
- [webserver (nginx)](https://hub.docker.com/_/nginx)
1515
- [certbot (letsencrypt)](https://hub.docker.com/r/certbot/certbot)
1616
- [phpMyAdmin](https://hub.docker.com/r/phpmyadmin/phpmyadmin/)
@@ -215,7 +215,7 @@ Or you should make changes custom host configurations then must restart service
215215
docker container restart codeigniter
216216
```
217217

218-
add and/or remove codeIgniter site folders and files with any ftp client program in ```./codeigniter/html``` folder.
218+
add and/or remove codeigniter site folders and files with any ftp client program in ```./codeigniter/html``` folder.
219219
<br />You can also visit `https://example.com` to access website after starting the containers.
220220

221221
#### Redis
@@ -254,7 +254,7 @@ This will back up the all files and folders, once per day, and write it to ./bac
254254
##### # old docker backup folder remove
255255
50 23 * * * find /home/ubuntu/${DIRECTORY_PATH}/backups/backup* -type f -mtime +1 | xargs rm
256256

257-
##### # backup exclude wordpress, backups folders in /home/ubuntu/damalis
257+
##### # backup exclude codeigniter, backups folders in /home/ubuntu/${DIRECTORY_PATH}
258258
00 01 * * * tar -czvf /home/ubuntu/${DIRECTORY_PATH}/backups/'backup-example.com-'$(date +"\%Y-\%m-\%dT\%H-\%M-\%S")'.tar.gz' --exclude='codeigniter/appstarter/app' --exclude='codeigniter/appstarter/tests' --exclude='codeigniter/appstarter/vendor' --exclude='backups' /home/ubuntu/${DIRECTORY_PATH}
259259

260260
[CronHowto](https://help.ubuntu.com/community/CronHowto)

0 commit comments

Comments
 (0)