next-ucap-messenger/docker/docker-compose.yml
2020-01-29 15:03:48 +09:00

11 lines
196 B
YAML

version: '3.1'
services:
nginx:
image: nginx:1.17.8-alpine
volumes:
- ./html:/usr/share/nginx/html:ro
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
ports:
- 80:80