Files
TakeoutSaaS.Prototypes/Tenant-Admin-UI-Prototype/docker-compose.yml

9 lines
176 B
YAML

services:
nginx:
image: nginx:latest
ports:
- "3000:80"
volumes:
- ./:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro