openmohaa/code/cpp-httplib-0.19.0/docker-compose.yml
smallmodel 01381ed084
Some checks failed
CodeQL / Analyze (push) Waiting to run
Build branch / build-all (push) Failing after 16s
Add HTTP support and update checking
2025-02-24 02:20:31 +01:00

7 lines
101 B
YAML

services:
http:
build: .
ports:
- "8080:80"
volumes:
- ./docker/html:/html