Skip to content

Commit 85c2b34

Browse files
committed
Update README.md
1 parent 31e0595 commit 85c2b34

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

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

3-
If You want to build a website with CodeIgniter "appstarter" at short time;
3+
If You want to build a reverse proxy website with CodeIgniter "appstarter" at short time;
44

55
#### Full stack Proxy 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://mariadb.org/" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/4739304?s=200&v=4" alt="mariadb" height="40" width="40"/> </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://raw.githubusercontent.com/github/explore/ccc16358ac4530c6a69b1b80c7223cd2744dea83/topics/php/php.png" 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;
@@ -196,6 +196,11 @@ to remove external certbot-etc and portainer and the other volumes
196196
docker volume rm $(docker volume ls -q)
197197
```
198198

199+
to remove portainer and the other images
200+
```
201+
docker rmi $(docker image ls -q)
202+
```
203+
199204
### Project from existing source
200205

201206
Copy all files into a new directory:

0 commit comments

Comments
 (0)