Skip to content

Commit 1796eb3

Browse files
fix(post): Added docker cli commands and along with docker install
1 parent ec1b92a commit 1796eb3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

_posts/2025-03-20-pihole-sync-nebula.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ Do this for each Pi-Hole 5 instance you have.
6363

6464
Then continue on with this tutorial.
6565

66+
## Install Docker
67+
68+
To install docker, see [this post](/posts/docker-compose-install/)
69+
6670
## Instructions
6771

6872
ssh into server.
@@ -150,13 +154,22 @@ Check container logs
150154
docker logs nebula-sync
151155
```
152156

157+
If you don't want to use Docker Compose and want to use the Docker CLI you can run this command:
158+
159+
```bash
160+
docker run \
161+
--name=nebula-sync \
162+
--env-file .env \
163+
ghcr.io/lovelaze/nebula-sync:latest
164+
```
165+
153166
### Blocklists
154167

155168
Here is the list of blocklists that I use. Use these with caution and prepare to add exceptions for sites you may need.
156169

157170
Most of these were collected from <https://firebog.net/>
158171

159-
```list
172+
```bash
160173
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
161174
162175
https://mirror1.malwaredomains.com/files/justdomains

0 commit comments

Comments
 (0)