Remove unneeded comment and example commands.
This commit is contained in:
parent
81acebad5c
commit
341c65eba8
|
@ -14,7 +14,6 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
branch: v1.5.0
|
branch: v1.5.0
|
||||||
# Changing the container name will break the log-checker.py script, so please update that accordingly.
|
|
||||||
container_name: sia
|
container_name: sia
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -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`
|
> `docker exec caddy caddy reload --config /etc/caddy/Caddyfile`
|
||||||
- Restarting nginx gracefully after making changes to nginx configs
|
- Restarting nginx gracefully after making changes to nginx configs
|
||||||
> `docker exec nginx openresty -s reload`
|
> `docker exec nginx openresty -s reload`
|
||||||
- Checking siad service logs (follow last 50 lines) in non-dockerized environments
|
- Checking siad service logs (last hour)
|
||||||
> `journalctl -f -n 50 --user-unit siad`
|
|
||||||
- Checking siad service logs (last hour) in dockerized environments
|
|
||||||
> `docker logs --since 1h $(docker ps -q --filter "name=^sia$")`
|
> `docker logs --since 1h $(docker ps -q --filter "name=^sia$")`
|
||||||
- Checking caddy logs (for example in case ssl certificate fails)
|
- Checking caddy logs (for example in case ssl certificate fails)
|
||||||
> `docker logs caddy -f`
|
> `docker logs caddy -f`
|
||||||
|
|
Reference in New Issue