shad-go/lectures/docker-compose.yaml

8 lines
103 B
YAML
Raw Permalink Normal View History

version: "3"
services:
present:
build:
context: .
ports:
- "127.0.0.1:8080:8080"