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 Yii for everyone with docker compose] ( https://github.com/damalis/full-stack-proxy-nginx-yii-for-everyone-with-docker-compose )
2
2
3
- If You want to build a website with Yii "basic" at short time;
3
+ If You want to build a reverse proxy website with Yii "basic" at short time;
4
4
5
5
#### Full stack Proxy Nginx Yii "basic":
6
6
<p align="left"> <a href="https://www.yiiframework.com/" target="_blank" rel="noreferrer"> <img src="https://avatars.githubusercontent.com/u/993323?s=200&v=4" alt="Yii" height="40" width="40"/> </a> <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> <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> <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://avatars.githubusercontent.com/u/25158?s=200&v=4" 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> <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>
@@ -189,6 +189,11 @@ to remove external certbot-etc and portainer and the other volumes
189
189
docker volume rm $(docker volume ls -q)
190
190
```
191
191
192
+ to remove portainer and the other images
193
+ ```
194
+ docker rmi $(docker image ls -q)
195
+ ```
196
+
192
197
### Project from existing source
193
198
194
199
Copy all files into a new directory:
You can’t perform that action at this time.
0 commit comments