Skip to content

Commit

Permalink
needs restart before docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks committed Jan 18, 2024
1 parent 00df6ae commit a2d92fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions windows/php-wsl2.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ Configure Browser
echo "export BROWSER='/mnt/c/Windows/explorer.exe'" >> ~/.bashrc
```

Add user to Docker group

```bash
sudo usermod -aG docker ${USER}
```

Restart Ubuntu

```bash
Expand All @@ -55,6 +49,12 @@ wsl -t Ubuntu-22.04
ubuntu2204
```

Add user to Docker group

```bash
sudo usermod -aG docker ${USER}
```

## PHP

::: info
Expand Down

0 comments on commit a2d92fd

Please sign in to comment.