直接拉取打包镜像

This commit is contained in:
srcrs 2023-07-28 02:09:43 +08:00
parent 02e12d53ce
commit 0610541e83

View File

@ -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"