This commit is contained in:
cynic 2025-09-05 20:56:14 +00:00
parent f5dc26f002
commit 7ebaf131bb

View File

@ -15,7 +15,7 @@ It comes in "public" mode by default, but you can switch to "private" mode at an
"Private" mode is nothing but requiring user and password from thelounge users.
To add users after the change in mode use the following command:
To add new users issue the following command:
```
docker exec -ti <your container id> su-exec app sh -c "export THELOUNGE_HOME=/data/thelounge; thelounge add <new user name>"
```