1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

UbuntuでRocket.Chatをsnapでインストール後にポートを変更する

Posted at

忘れてしまいそうなので、メモ。

対象OS : Ubuntu 20.04 LTS

snapを用いてUbuntuのRocket.Chatをインストールした場合、デフォルトではport 3000となっている。
ググると/var/snap/rocketchat-server/current/Caddyfileを編集せよという情報もあるが、以下の手順でてっとりばやくポート変更できる。

sudo snap set rocketchat-server port=3030
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?