直接拉取打包镜像
This commit is contained in:
parent
02e12d53ce
commit
0610541e83
@ -2,8 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
build:
|
image: srcrs/rss-reader:latest
|
||||||
context: .
|
|
||||||
container_name: rss-reader
|
container_name: rss-reader
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@ -11,3 +10,4 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- "$PWD/index.html:/app/index.html"
|
- "$PWD/index.html:/app/index.html"
|
||||||
- "$PWD/db:/app/db"
|
- "$PWD/db:/app/db"
|
||||||
|
- "$PWD/config.json:/app/config.json"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user