Files
2026-03-30 16:23:57 -04:00

8 lines
138 B
YAML

services:
web:
build: .
image: ghcr.io/jones013/jack_calculator:latest
ports:
- "8888:80"
restart: unless-stopped