aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins/Caddy.md
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-04-30 08:31:13 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-30 08:31:13 +0200
commit329fd4bcf6504c74e3906e51c6fc2124bc09cc02 (patch)
tree11c6c56d404403eca1996e89aeb6a978b9d92237 /docs/en/admins/Caddy.md
parent173555795adf6614dff33893b373f22542910675 (diff)
CLI database backup and restore (#6387)
* CLI database backup and restore Can also be used to migrate from one database to another (e.g. MySQL to PostgreSQL) or to ease upgrade to a major PostgreSQL version (e.g. 15 to 16). * +x * Fix some cases * Update to docker-compose-v2 * More documentation
Diffstat (limited to 'docs/en/admins/Caddy.md')
-rw-r--r--docs/en/admins/Caddy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/Caddy.md b/docs/en/admins/Caddy.md
index f3c2be96b..9f19113d4 100644
--- a/docs/en/admins/Caddy.md
+++ b/docs/en/admins/Caddy.md
@@ -49,7 +49,7 @@ To set up FreshRSS behind a reverse proxy with Caddy and using a subfolder, foll
Restart FreshRSS to ensure that it recognizes the new base URL:
```bash
- docker-compose restart freshrss
+ docker compose restart freshrss
```
4. **Access FreshRSS:**