File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ Do this for each Pi-Hole 5 instance you have.
63
63
64
64
Then continue on with this tutorial.
65
65
66
+ ## Install Docker
67
+
68
+ To install docker, see [ this post] ( /posts/docker-compose-install/ )
69
+
66
70
## Instructions
67
71
68
72
ssh into server.
@@ -150,13 +154,22 @@ Check container logs
150
154
docker logs nebula-sync
151
155
` ` `
152
156
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
+
153
166
# ## Blocklists
154
167
155
168
Here is the list of blocklists that I use. Use these with caution and prepare to add exceptions for sites you may need.
156
169
157
170
Most of these were collected from <https://firebog.net/>
158
171
159
- ` ` ` list
172
+ ` ` ` bash
160
173
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
161
174
162
175
https://mirror1.malwaredomains.com/files/justdomains
You can’t perform that action at this time.
0 commit comments