Skip to content

Commit fbc654d

Browse files
committed
fixed errors, adguardian post
1 parent 84a4b36 commit fbc654d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_posts/2024-08-07-wireguardian.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [security,raspberry_pi,docker,adguard,wireguard]
77

88
![featured_image](/assets/adguardian/adguardian.jpg)
99

10-
### Similar to Docker-Hole, 'Adguardian' is easier to setup and replaces Pi-Hole with AdGuard Home!
10+
### Similar to [Docker-Hole](/posts/dockerhole/), WireGuardian is easier to setup and replaces Pi-Hole with AdGuard Home!
1111

1212
Enjoy an ad free experience at home and on the go with with WireGuard + AdGuard Home. Easy to setup with just one docker compose file, follow along below!
1313

@@ -123,12 +123,12 @@ networks:
123123
gateway: 172.50.0.1
124124
```
125125
126-
* Save the file, E.g. adguardian-docker.yml
126+
* Save the file, E.g. wireguardian-docker.yml
127127
128128
Create the container
129129
130130
```bash
131-
docker-compose -f adguardian-docker.yml up -d
131+
docker-compose -f wireguardian-docker.yml up -d
132132
```
133133

134134
```bash
@@ -235,7 +235,7 @@ docker image rm image_id
235235
Run the docker-compose file again, it will pull the new image and start the container, files are persistent and all settings will remain.
236236

237237
```bash
238-
docker-compose -f adguardian-docker.yml up -d
238+
docker-compose -f wireguardian-docker.yml up -d
239239
```
240240

241241
Enjoy an ad free internet!

0 commit comments

Comments
 (0)