We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b5e71 commit 14ad582Copy full SHA for 14ad582
README.md
@@ -144,4 +144,14 @@ docker run \
144
--tmpfs=/lib/supertokens/temp/:exec \
145
--read-only \
146
-d registry.supertokens.io/supertokens/supertokens-postgresql
147
+```
148
+
149
+## Running with tcp keepalive settings
150
+```bash
151
+docker run \
152
+ -p 3567:3567 \
153
+ --sysctl net.ipv4.tcp_keepalive_time=60 \
154
+ --sysctl net.ipv4.tcp_keepalive_intvl=5 \
155
+ --sysctl net.ipv4.tcp_keepalive_probes=3 \
156
+ -d registry.supertokens.io/supertokens/supertokens-postgresql
157
```
0 commit comments