Remove unneeded comment and example commands.

This commit is contained in:
Ivaylo Novakov 2020-08-19 16:13:56 +03:00
parent 81acebad5c
commit 341c65eba8
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
2 changed files with 1 additions and 4 deletions

View File

@ -14,7 +14,6 @@ services:
dockerfile: Dockerfile
args:
branch: v1.5.0
# Changing the container name will break the log-checker.py script, so please update that accordingly.
container_name: sia
restart: unless-stopped
environment:

View File

@ -104,9 +104,7 @@ At this point we have almost everything running, we just need to set up your wal
> `docker exec caddy caddy reload --config /etc/caddy/Caddyfile`
- Restarting nginx gracefully after making changes to nginx configs
> `docker exec nginx openresty -s reload`
- Checking siad service logs (follow last 50 lines) in non-dockerized environments
> `journalctl -f -n 50 --user-unit siad`
- Checking siad service logs (last hour) in dockerized environments
- Checking siad service logs (last hour)
> `docker logs --since 1h $(docker ps -q --filter "name=^sia$")`
- Checking caddy logs (for example in case ssl certificate fails)
> `docker logs caddy -f`