Skip to content

Commit 7c3ef62

Browse files
committed
update readme
1 parent a664070 commit 7c3ef62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,6 @@ Once you have created this, mount it to the docker container to the `/app/srh-co
142142
| SRH_MODE | `file` | Can be `env` or `file`. If `file`, see [Connecting to multiple Redis servers](#connecting-to-multiple-redis-servers-at-the-same-time). If set to `env`, you are required to provide the following environment variables: |
143143
| SRH_TOKEN | `<required if SRH_MODE = env>` | Set the token that the Rest API will require |
144144
| SRH_CONNECTION_STRING | `<required if SRH_MODE = env>` | Sets the connection string to the Redis server. |
145-
| SRH_MAX_CONNECTIONS | `3` | Only used if `SRH_MODE=env`.
145+
| SRH_MAX_CONNECTIONS | `3` | Only used if `SRH_MODE=env`. |
146+
| SRH_PORT | `80` | Configure the port SRH runs on. |
147+
| SRH_IPV6 | `false` | Set to `true` to enabled IPv6 support. |

0 commit comments

Comments
 (0)