diff options
| author | 2018-05-20 12:04:12 +0200 | |
|---|---|---|
| committer | 2018-05-20 12:04:12 +0200 | |
| commit | fd7b0c1e7854b00f222cad96c376ef8a7d547d7d (patch) | |
| tree | 54822c73247116d6d94e9f9b068343b230c5311b /Docker | |
| parent | 967dc041a7da1f4ed42cd1b32719641bcbea3e0d (diff) | |
Changelog 1882
https://github.com/FreshRSS/FreshRSS/pull/1882
Diffstat (limited to 'Docker')
| -rw-r--r-- | Docker/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/README.md b/Docker/README.md index c333329d4..381adab38 100644 --- a/Docker/README.md +++ b/Docker/README.md @@ -158,7 +158,7 @@ with HTTPS, for instance using [Let’s Encrypt](https://letsencrypt.org/). ### Example with [docker-compose](https://docs.docker.com/compose/) -A `docker-compose.yml` file is given as an example, using PostgreSQL. In order to use it, you have to adapt: +A [docker-compose.yml](docker-compose.yml) file is given as an example, using PostgreSQL. In order to use it, you have to adapt: - In the `postgresql` service: * the `volumes` section; * the `POSTGRES_PASSWORD` in the `environment` section; |
