mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-09 17:23:53 +00:00
8 lines
101 B
YAML
8 lines
101 B
YAML
services:
|
|
http:
|
|
build: .
|
|
ports:
|
|
- "8080:80"
|
|
volumes:
|
|
- ./docker/html:/html
|