You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ $ solid start --help
218
218
--support-email [value] The support email you provide for your users (not required)
219
219
-q, --quiet Do not print the logs to console
220
220
-h, --help output usage information
221
-
```
221
+
```
222
222
223
223
Instead of using flags, these same options can also be configured via environment variables taking the form of `SOLID_` followed by the `SNAKE_CASE` of the flag. For example `--api-apps` can be set via the `SOLID_API_APPS`environment variable, and `--serverUri` can be set with `SOLID_SERVER_URI`.
224
224
@@ -228,49 +228,52 @@ Configuring Solid via the config file can be a concise and convenient method and
228
228
229
229
## Use Docker
230
230
231
-
Pull with:
231
+
232
+
### Production usage
233
+
234
+
See the [documentation to run Solid using docker and docker-compose](https://github.com/solid/node-solid-server/tree/master/docker-image).
235
+
236
+
We have automatic builds set up, so commits to master will trigger a build of https://hub.docker.com/r/nodesolidserver/node-solid-server.
237
+
238
+
### Development usage
239
+
240
+
If you want to use Docker in development, then you can build it locally with:
0 commit comments