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