Remove broken code blocks

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2020-07-17 01:01:13 +02:00
parent 36d97f6ddf
commit 0f6997ee05
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
README.md:
cp README.tpl.md README.md
grep -Eo '\$$\{[A-Z][^\}]*\}' docker-entrypoint.sh | sed -E 's/\$$\{([^:]*)(|:-(.*))\}/| \1 | `\3` |/' | sort | uniq >>README.md
grep -Eo '\$$\{[A-Z][^\}]*\}' docker-entrypoint.sh | sed -E -e 's/\$$\{([^:]*)(|:-(.*))\}/| \1 | `\3` |/' -e 's/``//' | sort | uniq >>README.md
.PHONY: README.md

View File

@ -7,16 +7,16 @@ This is a container setup for the [Go variant](https://github.com/librespeed/spe
| ENV Variable | Default Value |
| ------------ | ------------- |
| ASSETS_PATH | `/usr/local/share/speedtest` |
| BIND_ADDR | `` |
| BIND_ADDR | |
| DB_FILE | `/data/speedtest.db` |
| DB_HOST | `` |
| DB_NAME | `` |
| DB_PASS | `` |
| DB_HOST | |
| DB_NAME | |
| DB_PASS | |
| DB_TYPE | `bolt` |
| DB_USER | `` |
| IPINFO_API_KEY | `` |
| DB_USER | |
| IPINFO_API_KEY | |
| LISTEN_PORT | `8989` |
| REDACT_IP_ADDRESSES | `true` |
| SERVER_LAT | `0` |
| SERVER_LON | `0` |
| STATISTICS_PASSWORD | `` |
| STATISTICS_PASSWORD | |