From b68b1df106935cc1a0a5b09318d88eeb00bcef6d Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 27 Sep 2025 16:19:38 +0200 Subject: [PATCH] docs: update Linux/Arch/snap --- Linux/Arch/snap.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Linux/Arch/snap.md b/Linux/Arch/snap.md index e6d218c..74ecc1f 100644 --- a/Linux/Arch/snap.md +++ b/Linux/Arch/snap.md @@ -2,7 +2,7 @@ title: snap description: published: true -date: 2025-09-27T14:18:45.750Z +date: 2025-09-27T14:19:37.242Z tags: editor: markdown dateCreated: 2025-09-27T14:17:26.716Z @@ -21,4 +21,9 @@ Change used ports ``` sudo snap set nextcloud ports.http=3021 sudo snap set nextcloud ports.https=8443 +``` + +Restart service +``` +sudo snap restart nextcloud ``` \ No newline at end of file