remove IDS env var and add back newline
addressing PR comments
This commit is contained in:
		
							parent
							
								
									73fec17bdb
								
							
						
					
					
						commit
						cf249953e4
					
				|  | @ -11,7 +11,6 @@ GRAFANA_PASSWORD=grafanaadmin | ||||||
| #unifi-poller | #unifi-poller | ||||||
| POLLER_TAG=latest | POLLER_TAG=latest | ||||||
| POLLER_DEBUG=false | POLLER_DEBUG=false | ||||||
| POLLER_SAVE_IDS=false |  | ||||||
| POLLER_SAVE_DPI=false | POLLER_SAVE_DPI=false | ||||||
| UNIFI_USER=unifipoller | UNIFI_USER=unifipoller | ||||||
| UNIFI_PASS=set_this_on_your_controller | UNIFI_PASS=set_this_on_your_controller | ||||||
|  |  | ||||||
|  | @ -51,7 +51,6 @@ services: | ||||||
|       - UP_UNIFI_DEFAULT_PASS=${UNIFI_PASS} |       - UP_UNIFI_DEFAULT_PASS=${UNIFI_PASS} | ||||||
|       - UP_UNIFI_DEFAULT_URL=${UNIFI_URL} |       - UP_UNIFI_DEFAULT_URL=${UNIFI_URL} | ||||||
|       - UP_POLLER_DEBUG=${POLLER_DEBUG} |       - UP_POLLER_DEBUG=${POLLER_DEBUG} | ||||||
|       - UP_UNIFI_DEFAULT_SAVE_IDS=${POLLER_SAVE_IDS} |  | ||||||
|       - UP_UNIFI_DEFAULT_SAVE_DPI=${POLLER_SAVE_DPI} |       - UP_UNIFI_DEFAULT_SAVE_DPI=${POLLER_SAVE_DPI} | ||||||
| volumes: | volumes: | ||||||
|   influxdb-storage: |   influxdb-storage: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue