mirror of
https://github.com/elAgala/server-initializer.git
synced 2026-02-14 05:06:18 +00:00
Update create-user.md
This commit is contained in:
@@ -71,3 +71,9 @@ gpasswd -a www-data username
|
|||||||
```bash
|
```bash
|
||||||
sudo systemctl restart nginx
|
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