Skip to content

Commit 18e1d04

Browse files
committed
Update README.md
1 parent c3b72dd commit 18e1d04

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
@@ -193,6 +193,11 @@ to remove external certbot-etc and portainer and the other volumes
193193
docker 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

198203
Copy all files into a new directory:
@@ -227,7 +232,7 @@ You should make changes custom host configurations ```./php-fpm/php-fpm.d/z-www.
227232
docker 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

0 commit comments

Comments
 (0)