aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2')
-rw-r--r--rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2 b/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2
index fd556dc..99da1a9 100644
--- a/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2
+++ b/rss.jinwei.me/config/roles/rss/templates/docker-compose.yaml.j2
@@ -25,6 +25,7 @@ services:
25 25
26 rssbot: 26 rssbot:
27 build: 27 build:
28 context: .
28 dockerfile: ./Dockerfile.rssbot 29 dockerfile: ./Dockerfile.rssbot
29 container_name: ttrss_rssbot 30 container_name: ttrss_rssbot
30 restart: always 31 restart: always
Powered by cgit v1.2.3 (git 2.41.0)