mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-28 08:34:28 +00:00
7 lines
81 B
YAML
7 lines
81 B
YAML
version: '3'
|
|
services:
|
|
hello-algo:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|