startpage/docker-compose.yml

7 lines
108 B
YAML

services:
app:
image: startpage
build: .
restart: unless-stopped
ports:
- "8080:80"