mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
7 lines
101 B
YAML
7 lines
101 B
YAML
services:
|
|
http:
|
|
build: .
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./docker/html:/html
|