fix typo in docker-compose example.

This commit is contained in:
hnrd 2018-04-08 13:37:13 +02:00
parent ed2339e6b2
commit abf87db604
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Example compose file:
image: hnrd/uptimerobot_exporter
restart: unless-stopped
environment:
UPTIME_ROBOT_APIKEY: u123456-1a2b3c4d5e6f7890abc12323
UPTIMEROBOT_API_KEY: u123456-1a2b3c4d5e6f7890abc12323
ports:
- 9705:9705
read_only: true

View File

@ -5,7 +5,7 @@ services:
build: .
restart: unless-stopped
environment:
UPTIME_ROBOT_APIKEY: u123456-1a2b3c4d5e6f7890abc12323
UPTIMEROBOT_API_KEY: u123456-1a2b3c4d5e6f7890abc12323
ports:
- 9705:9705
read_only: true