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 @@ -193,6 +193,11 @@ to remove external certbot-etc and portainer and the other volumes
193193docker volume rm $(docker volume ls -q)
194194```
195195
196+ to remove portainer and the other images
197+ ```
198+ docker rmi $(docker image ls -q)
199+ ```
200+
196201### Project from existing source
197202
198203Copy all files into a new directory:
@@ -227,7 +232,7 @@ You should make changes custom host configurations ```./php-fpm/php-fpm.d/z-www.
227232docker container restart drupal
228233```
229234
230- add and/or remove drupal site folders and files with any ftp client program in ``` ./drupal/webapp ``` folder.
235+ add and/or remove drupal site folders and files with any ftp client program in ``` ./drupal ``` folder.
231236<br />You can also visit ` https://example.com ` to access website after starting the containers.
232237
233238#### Webserver
You can’t perform that action at this time.
0 commit comments