ucap-lg-web/docker/docker-compose.yml

11 lines
192 B
YAML
Raw Normal View History

2020-03-27 08:43:47 +00:00
version: '3'
services:
web:
image: nginx:alpine
ports:
- '8080:80'
volumes:
- ../dist/ucap-lg-web:/var/www/html
- ./etc/nginx/nginx.conf:/etc/nginx/nginx.conf