mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:26:30 +08:00
6 lines
81 B
YAML
6 lines
81 B
YAML
version: '3'
|
|
services:
|
|
hello-algo:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|