rss-reader/docker-compose.yml
2023-07-27 10:59:35 -04:00

13 lines
196 B
YAML

version: "3"
services:
server:
build:
context: .
container_name: ownrss
restart: always
ports:
- "10060:8080"
volumes:
- "$PWD/index.html:/app/index.html"