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/dev/docker-compose.yml

9 lines
160 B
YAML

services:
dev:
image: aikain/simplehttpserver:0.1
volumes:
# Config
- $APPDATA/css:/var/www
ports:
- 8082:80
restart: always