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