mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-22 08:12:49 -04:00
* Update Docker readme #fix https://github.com/FreshRSS/FreshRSS/issues/3351 * A few more headers https://github.com/FreshRSS/FreshRSS/issues/3649 https://doc.traefik.io/traefik/middlewares/http/headers/ * Another docker logs example * More uniform * Minor details
8 lines
84 B
YAML
8 lines
84 B
YAML
version: "2.4"
|
|
|
|
services:
|
|
|
|
freshrss:
|
|
volumes:
|
|
- ../..:/var/www/FreshRSS
|