Files
jack_calc/compose.yaml
T
2026-03-30 15:42:39 -04:00

8 lines
116 B
YAML

services:
web:
build: .
image: calculator:latest
ports:
- "8888:80"
restart: unless-stopped