This repository has been archived on 2026-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
docker-infrastructure/cv/docker-compose.yml

9 lines
158 B
YAML

services:
cv:
image: aikain/simplehttpserver:0.1
volumes:
# Config
- $APPDATA/cv:/var/www
ports:
- 8080:80
restart: always