Skip to content

Commit abb3cc5

Browse files
committed
Add docker command for support
1 parent 6d5770f commit abb3cc5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,17 @@ You can check on the status of your newly running pod with:
4040
docker-compose logs
4141
```
4242

43+
If you'd prefer to utilize Docker without docker-compose, you can use the following command (substituting your values and adding any necessary environment variables):
44+
45+
```bash
46+
docker run -d --name adguard-sync --restart=always \
47+
-e "ADGUARD_PRIMARY=http://192.168.1.2" \
48+
-e "ADGUARD_SECONDARY=http://192.168.1.3" \
49+
-e "ADGUARD_USER=admin" \
50+
-e "ADGUARD_PASS=password" \
51+
atoy3731/adguard-sync:2.1
52+
```
53+
4354
**NOTE:** The container is set to automatically restart when the docker daemon restarts.
4455

4556
### Encryption Syncing with Certifications/Keys

0 commit comments

Comments
 (0)