Files
landing/docker-compose.yaml
2022-03-19 16:36:20 +03:00

9 lines
141 B
YAML

version: "3"
services:
nginx:
image: nginx:1.21.6-alpine
volumes:
- ./app:/usr/share/nginx/html
ports:
- "8811:80"