docs: update Linux/Arch/snap

This commit is contained in:
Lukas Forsberg 2025-09-27 16:18:39 +02:00 committed by Lukas Forsberg
parent ad412bfaba
commit e1f84bffb9

View File

@ -2,7 +2,7 @@
title: snap title: snap
description: description:
published: true published: true
date: 2025-09-27T14:17:26.716Z date: 2025-09-27T14:18:38.223Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-09-27T14:17:26.716Z dateCreated: 2025-09-27T14:17:26.716Z
@ -16,3 +16,9 @@ Get ports of running service
``` ```
sudo snap get nextcloud ports sudo snap get nextcloud ports
``` ```
Change used ports
```
sudo snap set nextcloud ports.http=8080
sudo snap set nextcloud ports.https=8443
```