rss-reader/docker-compose.yml
2023-08-09 22:25:14 +08:00

12 lines
208 B
YAML

version: "3"
services:
server:
image: srcrs/rss-reader:latest
container_name: rss-reader
restart: always
ports:
- "8080:8080"
volumes:
- "$PWD/config.json:/app/config.json"