heretothere/docker-compose.yml
2024-11-20 02:36:33 +00:00

7 lines
66 B
YAML

# v5
services:
web:
build: .
ports:
- "8080:8080"