Skip to content

Commit f2f9e2a

Browse files
authored
Add explanation about how to access the logs
1 parent b1b174a commit f2f9e2a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ Create a new SearXNG instance in five minutes using Docker
2525
- Check everything is working: ```docker-compose up```
2626
- Run SearXNG in the background: ```docker-compose up -d```
2727

28+
## How to access the logs
29+
To access the logs from all the containers use: `docker-compose logs -f`.
30+
31+
To access the logs of one specific container:
32+
- Caddy: `docker-compose logs -f caddy`
33+
- SearXNG: `docker-compose logs -f searxng`
34+
- Redis: `docker-compose logs -f redis`
35+
2836
### Start SearXNG with systemd
2937

3038
You can skip this step if you don't use systemd.
@@ -64,4 +72,4 @@ docker-compose up
6472

6573
To update this `docker-compose.yml` file:
6674

67-
Check out the newest version on github: [searxng/searxng-docker](https://github.com/searxng/searxng-docker).
75+
Check out the newest version on github: [searxng/searxng-docker](https://github.com/searxng/searxng-docker).

0 commit comments

Comments
 (0)