Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r committed Mar 8, 2024
1 parent 9df1027 commit 85dc5da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/compose/wireguard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wget git.io/wireguard -O wireguard-install.sh && bash wireguard-install.sh
mkdir -p /opt/wireguard/db
```

```
```bash
cd /etc/systemd/system/
cat << EOF > wgui.service
[Unit]
Expand All @@ -38,7 +38,7 @@ EOF

```

```
```bash
cd /etc/systemd/system/
cat << EOF > wgui.path
[Unit]
Expand All @@ -52,7 +52,7 @@ WantedBy=multi-user.target
EOF
```

```
```bash
systemctl daemon-reload
systemctl enable wgui.{path,service}
systemctl start wgui.{path,service}
Expand Down

0 comments on commit 85dc5da

Please sign in to comment.