Skip to content

Commit d36fec4

Browse files
committed
Update README.md
1 parent 3144ddc commit d36fec4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ Create rules to open ports to the internet, or to a specific IPv4 address or ran
6161
- portainer: 9001
6262
- phpmyadmin: 9090
6363

64+
#### Note
65+
66+
To optimize upload images, look at [the damalis repository](https://github.com/damalis/full-stack-nodejs-image-optimizer-for-everyone-with-damalis-repository)
67+
68+
#### Required Ram
69+
70+
require up to 2 GB of RAM for **Docker** and **Docker Compose**.
71+
6472
#### Contents:
6573

6674
- [Auto Configuration and Installation](#automatic)
@@ -251,6 +259,14 @@ to remove portainer and the other images:
251259
docker rmi $(docker image ls -q)
252260
```
253261

262+
### Logs containers
263+
264+
To fetch the logs of a container.
265+
266+
```
267+
docker container logs container_name_or_id
268+
```
269+
254270
### Project from existing source
255271

256272
Copy all files into a new directory:

0 commit comments

Comments
 (0)