Update create-user.md

This commit is contained in:
2024-08-07 16:25:15 -03:00
committed by GitHub
parent a3e76f7afe
commit 26da368f5a

View File

@@ -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
```