~gsthnz/public-inbox

Dockerfile runs CMD looking for "/config/config.toml" not "/config/satellite.toml" v1 PROPOSED

Eric Bower: 1
 Dockerfile runs CMD looking for "/config/config.toml" not "/config/satellite.toml"

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~gsthnz/public-inbox/patches/20744/mbox | git am -3
Learn more about email & git

[PATCH] Dockerfile runs CMD looking for "/config/config.toml" not "/config/satellite.toml" Export this patch

---
This lines up the config file name in the documentation to what the
Dockerfile is expecting.

 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0932043..8c1c2dd 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ config dir), then run the container:
```
$ mkdir config
$ mkdir data
$ cat >config/satellite.toml <<EOF
$ cat >config/config.toml <<EOF
[tls]
directory = "/config"
[[domain]]
--
2.30.1
Hi,

I took the liberty of changing the commit message to better suit the
change itself. I kept your message in the commit body :)

To git.sr.ht:~gsthnz/satellite
   08c1a5a..2e806d2  master -> master

Thanks a lot!

--
Gustavo Heinz