From e1f84bffb921e7c9bc9a7f1e5a799da7e0f9f781 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 27 Sep 2025 16:18:39 +0200 Subject: [PATCH] docs: update Linux/Arch/snap --- Linux/Arch/snap.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Linux/Arch/snap.md b/Linux/Arch/snap.md index 6389ae9..3b9b452 100644 --- a/Linux/Arch/snap.md +++ b/Linux/Arch/snap.md @@ -2,7 +2,7 @@ title: snap description: published: true -date: 2025-09-27T14:17:26.716Z +date: 2025-09-27T14:18:38.223Z tags: editor: markdown dateCreated: 2025-09-27T14:17:26.716Z @@ -15,4 +15,10 @@ dateCreated: 2025-09-27T14:17:26.716Z Get ports of running service ``` sudo snap get nextcloud ports +``` + +Change used ports +``` +sudo snap set nextcloud ports.http=8080 +sudo snap set nextcloud ports.https=8443 ``` \ No newline at end of file