From 0610541e83dd91706420f4739db7b4ae879d37dd Mon Sep 17 00:00:00 2001 From: srcrs Date: Fri, 28 Jul 2023 02:09:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=8B=89=E5=8F=96=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0be414a..47f7329 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,8 +2,7 @@ version: "3" services: server: - build: - context: . + image: srcrs/rss-reader:latest container_name: rss-reader restart: always ports: @@ -11,3 +10,4 @@ services: volumes: - "$PWD/index.html:/app/index.html" - "$PWD/db:/app/db" + - "$PWD/config.json:/app/config.json"