Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Fix typo error #519

Merged
merged 1 commit into from
Oct 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docker_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Interacting with the Docker container

* For possible troubleshooting needs, logs of the components running inside Docker are by default (if not disabled on container launch) visible under:
http://127.0.0.1:8080/logs/[pgwatch2|postgres|webui|influxdb|grafana]. It's of course also possible to log into the container
and look at log files directly - they're situated under */var/logs/supervisor/*.
and look at log files directly - they're situated under */var/log/supervisor/*.

FYI - ``docker logs ...`` command is not really useful after a successful container startup in pgwatch2 case.

Expand Down