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 11# [ full stack proxy nginx Website for everyone with docker compose] ( https://github.com/damalis/full-stack-proxy-nginx-website-for-everyone-with-docker-compose )
22
3- If You want to build Website at short time;
3+ If You want to build a reverse proxy Website at short time;
44
55#### Full stack Proxy Nginx Website:
66<p align =" left " > <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://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://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 >  ;  ;  ; <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 >  ;  ;  ;
@@ -194,6 +194,11 @@ to remove external certbot-etc and portainer and the other volumes
194194docker volume rm $(docker volume ls -q)
195195```
196196
197+ to remove portainer and the other images
198+ ```
199+ docker rmi $(docker image ls -q)
200+ ```
201+
197202### Project from existing source
198203
199204Copy all files into a new directory:
You can’t perform that action at this time.
0 commit comments