Archived
1
This repository has been archived on 2025-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ss14-docs/compose.dev.yml

10 lines
161 B
YAML

version: "3.9"
services:
nginx:
image: "nginx:1.23.1"
ports:
- "127.0.0.1:8080:80"
volumes:
- "./build/html:/usr/share/nginx/html:ro"