mirror of
https://github.com/opus-tango/http-server-in-c.git
synced 2026-03-19 19:52:51 +00:00
10 lines
142 B
YAML
10 lines
142 B
YAML
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- type: bind
|
|
source: ./logs
|
|
target: /app/logs
|