Skip to content
Snippets Groups Projects
Unverified Commit 38b93a72 authored by Recolic's avatar Recolic Committed by GitHub
Browse files

Update README.md

parent 05eb44fe
No related branches found
No related tags found
No related merge requests found
...@@ -23,8 +23,12 @@ docker exec -ti rweb /bin/bash ...@@ -23,8 +23,12 @@ docker exec -ti rweb /bin/bash
``` ```
2 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null 2 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
# nginx reload certificate once a month, at 6 AM UTC+8, means 22:00 UTC. # nginx reload certificate once a month, at 6 AM UTC+8, means 22:00 UTC.
0 22 1 * * systemctl restart nginx 0 22 1 * * systemctl restart nginx
# If necessary:
10 22 1 * * docker restart rmail
``` ```
# DO NOT FORGET WRITING DOCKER-START INTO rc.local # DO NOT FORGET WRITING DOCKER-START INTO rc.local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment