mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 02:56:29 +08:00
7 lines
No EOL
87 B
YAML
7 lines
No EOL
87 B
YAML
version: '3'
|
|
services:
|
|
hello-algo:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
|