Files

10 lines
188 B
YAML
Raw Permalink Normal View History

services:
site-builder:
image: nginx:alpine
container_name: site-builder
ports:
- "8081:80"
volumes:
- .:/usr/share/nginx/html:ro
restart: unless-stopped