mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-13 21:06:16 +00:00
Update create-user.md
This commit is contained in:
@@ -71,3 +71,9 @@ gpasswd -a www-data username
|
||||
```bash
|
||||
sudo systemctl restart nginx
|
||||
```
|
||||
|
||||
## 6. Add user to Docker group (to execute docker commands)
|
||||
|
||||
```bash
|
||||
sudo usermod -aG docker agala
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user