Explorar el Código

Changelog 1882

https://github.com/FreshRSS/FreshRSS/pull/1882
Alexandre Alapetite hace 7 años
padre
commit
fd7b0c1e78
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      CHANGELOG.md
  2. 1 1
      Docker/README.md

+ 1 - 0
CHANGELOG.md

@@ -14,6 +14,7 @@
 		* Example: `Hello intitle:World OR date:P1D example OR author:Else intitle:"This or that"`
 * Deployment
 	* Includes an optional cron daemon in Docker to refresh feeds automatically [#1869](https://github.com/FreshRSS/FreshRSS/issues/1869)
+	* Docker Compose example [#1882](https://github.com/FreshRSS/FreshRSS/pull/1882)
 * Bug fixing
 	* Fix Docker bug affecting Apache `CustomLog` (unwanted local copy of access logs), `ErrorLog`, `Listen` (IPv6 bug) [#1873](https://github.com/FreshRSS/FreshRSS/pull/1873)
 	* Fix muted feeds that were not actually muted [#1844](https://github.com/FreshRSS/FreshRSS/issues/1844)

+ 1 - 1
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;