Skip to content

Commit

Permalink
docs: show latest env var format in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwebbio committed Mar 22, 2024
1 parent 941253f commit 2b6a7b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ services:
environment:
PRIMARY_HOST_BASE_URL: 'https://pihole1.example.com'
PRIMARY_HOST_PASSWORD: 'your_password1'
SECONDARY_HOST_1_BASE_URL: 'https://pihole2.example.com'
SECONDARY_HOST_1_PASSWORD: 'your_password2'
SECONDARY_HOST_2_BASE_URL: 'http://192.168.1.3'
SECONDARY_HOST_2_PASSWORD: 'your_password3'
SECONDARY_HOST_3_BASE_URL: 'http://server:8080'
SECONDARY_HOST_3_PASSWORD: 'your_password4'
SECONDARY_HOST_3_PATH: '/apps/pi-hole'
INTERVAL_MINUTES: 30
SECONDARY_HOSTS_BASE_URL_1: 'https://pihole2.example.com'
SECONDARY_HOSTS_PASSWORD_1: 'your_password2'
SECONDARY_HOSTS_BASE_URL_2: 'http://192.168.1.3'
SECONDARY_HOSTS_PASSWORD_2: 'your_password3'
SECONDARY_HOSTS_BASE_URL_3: 'http://server:8080'
SECONDARY_HOSTS_PASSWORD_3: 'your_password4'
SECONDARY_HOSTS_PATH_3: '/apps/pi-hole'
INTERVAL_MINUTES: 60
```
The Orbital Sync Docker image is published to both DockerHub and the GitHub Package Repository:<br />
Expand Down

0 comments on commit 2b6a7b9

Please sign in to comment.