mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-06-26 12:51:41 +02:00
Escape boolean values in YAML
parent
786e0d21b9
commit
3fd9c79505
@ -10,7 +10,7 @@ services:
|
||||
# netbox
|
||||
netbox:
|
||||
environment:
|
||||
METRICS_ENABLED: true
|
||||
METRICS_ENABLED: 'true'
|
||||
volumes:
|
||||
- type: tmpfs
|
||||
target: /tmp/metrics
|
||||
@ -34,7 +34,7 @@ services:
|
||||
DATA_SOURCE_URI: postgres?sslmode=disable
|
||||
DATA_SOURCE_USER: netbox
|
||||
DATA_SOURCE_PASS: J5brHrAXFLQSif0K
|
||||
PG_EXPORTER_AUTO_DISCOVER_DATABASES: true
|
||||
PG_EXPORTER_AUTO_DISCOVER_DATABASES: 'true'
|
||||
|
||||
# redis
|
||||
redis-worker-exporter:
|
||||
|
Loading…
x
Reference in New Issue
Block a user