From c5efbb392149eda2abaa259da4142845f79ea34e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 28 Apr 2025 23:07:50 -0400 Subject: [PATCH 1/2] docs: correct typo in generated readme --- README.md | 3 ++- subcommands/expose | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93b1850..8a67af6 100644 --- a/README.md +++ b/README.md @@ -334,7 +334,7 @@ Expose the service on the service's normal ports, allowing access to it from the dokku rethinkdb:expose lollipop 28015 29015 8080 ``` -Expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1): +Expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1): ```shell dokku rethinkdb:expose lollipop 127.0.0.1:28015 29015 8080 @@ -514,6 +514,7 @@ List all apps linked to the `lollipop` rethinkdb service. ```shell dokku rethinkdb:links lollipop ``` + ### Backups Datastore backups are supported via AWS S3 and S3 compatible services like [minio](https://github.com/minio/minio). diff --git a/subcommands/expose b/subcommands/expose index 1e6b081..ab541d6 100755 --- a/subcommands/expose +++ b/subcommands/expose @@ -8,7 +8,7 @@ source "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)")/functions" service-expose-cmd() { #E expose the service on the service's normal ports, allowing access to it from the public interface (0.0.0.0) #E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop ${PLUGIN_DATASTORE_PORTS[@]} - #E expose the service on the service's normal ports, with the first on a specified ip adddress (127.0.0.1) + #E expose the service on the service's normal ports, with the first on a specified ip address (127.0.0.1) #E dokku $PLUGIN_COMMAND_PREFIX:expose lollipop 127.0.0.1:${PLUGIN_DATASTORE_PORTS[@]} #A service, service to run command against #A ports, a list of ports to run against From 871b23248adffac28e825e11bd29babf11bfa338 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 28 Apr 2025 23:41:15 -0400 Subject: [PATCH 2/2] docs: regenerate readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8a67af6..b3c4e2d 100644 --- a/README.md +++ b/README.md @@ -514,7 +514,6 @@ List all apps linked to the `lollipop` rethinkdb service. ```shell dokku rethinkdb:links lollipop ``` - ### Backups Datastore backups are supported via AWS S3 and S3 compatible services like [minio](https://github.com/minio/minio).