Skip to content

Commit 0159595

Browse files
pnrmxYannig
authored andcommitted
Update README.md
fixed launch line error
1 parent ac08ea0 commit 0159595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export DATA_SOURCE_NAME=system/password@oracle-sid
7777
# or using a complete url:
7878
export DATA_SOURCE_NAME=user/password@//myhost:1521/service
7979
# Then run the exporter
80-
/path/to/binary/oracledb_exporter -l log.level error -l web.listen-address 9161
80+
/path/to/binary/oracledb_exporter -log.level error -web.listen-address 0.0.0.0:9161
8181
```
8282

8383
## Usage

0 commit comments

Comments
 (0)