Files
2026-06-15 15:52:41 -04:00

10 lines
156 B
Markdown

```yaml
services:
web:
image: gitea.easye.me/ejones/euchre-scoreboard:latest
ports:
- 20010:80
restart: unless-stopped
networks: {}
```