File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ Create a new SearXNG instance in five minutes using Docker
25
25
- Check everything is working: ``` docker-compose up ```
26
26
- Run SearXNG in the background: ``` docker-compose up -d ```
27
27
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
+
28
36
### Start SearXNG with systemd
29
37
30
38
You can skip this step if you don't use systemd.
@@ -64,4 +72,4 @@ docker-compose up
64
72
65
73
To update this ` docker-compose.yml ` file:
66
74
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 ) .
You can’t perform that action at this time.
0 commit comments