aboutsummaryrefslogtreecommitdiff
path: root/Docker/freshrss
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-03-30 11:39:50 +0200
committerGravatar GitHub <noreply@github.com> 2023-03-30 11:39:50 +0200
commitc9d5fe2da12cbc3a071ebf9a518afe2789bb3d61 (patch)
tree815c47f83e9b6308f74b39cb911fdfe9f1181fa8 /Docker/freshrss
parent6a5857ea5f1de73d042e389ae0f1a827ec414e6a (diff)
Document automated Docker build from git (#5237)
* Document automated Docker build from git Fix https://github.com/FreshRSS/FreshRSS/issues/5236 Contributes to https://github.com/FreshRSS/FreshRSS/issues/4089 * Rolling
Diffstat (limited to 'Docker/freshrss')
-rw-r--r--Docker/freshrss/docker-compose.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Docker/freshrss/docker-compose.yml b/Docker/freshrss/docker-compose.yml
index 075e8d503..b8956bca5 100644
--- a/Docker/freshrss/docker-compose.yml
+++ b/Docker/freshrss/docker-compose.yml
@@ -7,7 +7,12 @@ volumes:
services:
freshrss:
- image: freshrss/freshrss
+ image: freshrss/freshrss:latest
+ # Optional build section if you want to build the image locally:
+ build:
+ # Pick #latest (stable release) or #edge (rolling release) or a specific release like #1.21.0
+ context: https://github.com/FreshRSS/FreshRSS.git#latest
+ dockerfile: Docker/Dockerfile-Alpine
container_name: freshrss
hostname: freshrss
restart: unless-stopped