Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to set timezone for Docker container (#5383) | Amir Zarrinkafsh | 2019-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Amir Zarrinkafsh <nightah@me.com> | ||||
* | Docker image: Add a migrate_config mode (#5567) | Richard van der Hoff | 2019-06-27 | 1 | -0/+16 |
| | | | ... to help people escape env var hell | ||||
* | Deprecate the env var way of running the docker image (#5566) | Richard van der Hoff | 2019-06-27 | 1 | -148/+68 |
| | | | | | This is mostly a documentation change, but also adds a default value for SYNAPSE_CONFIG_PATH, so that running from the generated config is the default, and will Just Work provided your config is in the right place. | ||||
* | Add support for SYNAPSE_CONFIG_DIR | Richard van der Hoff | 2019-06-26 | 1 | -0/+2 |
| | |||||
* | Docker image: add support for SYNAPSE_DATA_DIR parameter | Richard van der Hoff | 2019-06-26 | 1 | -0/+4 |
| | | | | Fixes #4830. | ||||
* | document supported env vars for docker 'generate' option | Richard van der Hoff | 2019-06-26 | 1 | -0/+7 |
| | |||||
* | Change to absolute path for contrib/docker | Neil Johnson | 2019-06-13 | 1 | -1/+1 |
| | | | because this file is reproduced on dockerhub and relative paths don't work | ||||
* | Update README.md (#5222) | Steffen | 2019-05-22 | 1 | -1/+1 |
| | | | Add missing backslash | ||||
* | Fix handling of SYNAPSE_NO_TLS in docker image (#5005) | *=0=1=4=* | 2019-04-25 | 1 | -2/+3 |
| | |||||
* | Correct default POSTGRES_USER in Docker README (#4987) | *=0=1=4=* | 2019-04-04 | 1 | -2/+3 |
| | | | Correct default POSTGRES_USER in Docker README | ||||
* | Add -p argument for docker run command example | Jurrie Overgoor | 2019-03-29 | 1 | -0/+1 |
| | | | Signed-off-by: Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com> | ||||
* | Fix typo in TLS filenames | Jurrie Overgoor | 2019-03-29 | 1 | -2/+2 |
| | | | Signed-off-by: Jurrie Overgoor <1213142+Jurrie@users.noreply.github.com> | ||||
* | Document the `generate` option for the docker image. | Richard van der Hoff | 2019-03-07 | 1 | -4/+37 |
| | |||||
* | Enable ACME support in the docker image (#4566) | Richard van der Hoff | 2019-02-05 | 1 | -34/+54 |
| | | | | | | | Also: * Fix wrapping in docker readme * Clean up some docs on the docker image * a workaround for #4554 | ||||
* | Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable. | Simon Dwyer | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | Added description for "SYNAPSE_MAX_UPLOAD_SIZE" variable. | Simon Dwyer | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | Update README.md | Michael Kaye | 2018-08-03 | 1 | -1/+1 |
| | | | Link to contrib/docker | ||||
* | Address SPAG issues | Michael Kaye | 2018-08-02 | 1 | -2/+4 |
| | |||||
* | Refactor docker locations and README. | Michael Kaye | 2018-08-02 | 1 | -0/+122 |
This addresses #3224 |