File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
# [ full stack proxy nginx CodeIgniter for everyone with docker compose] ( https://github.com/damalis/full-stack-proxy-nginx-codeigniter-for-everyone-with-docker-compose )
2
2
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;
4
4
5
5
#### Full stack Proxy Nginx CodeIgniter "appstarter":
6
6
<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> <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> <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> <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> <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>
@@ -196,6 +196,11 @@ to remove external certbot-etc and portainer and the other volumes
196
196
docker volume rm $(docker volume ls -q)
197
197
```
198
198
199
+ to remove portainer and the other images
200
+ ```
201
+ docker rmi $(docker image ls -q)
202
+ ```
203
+
199
204
### Project from existing source
200
205
201
206
Copy all files into a new directory:
You can’t perform that action at this time.
0 commit comments