Files
Euchre-Scoreboard/README.md
T
2026-06-12 17:24:28 -04:00

143 B

services:
  web:
    image: jones013/euchre-scoreboard:latest
    ports:
      - 20010:80
    restart: unless-stopped
networks: {}