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