1
0
Fork 0
Be_my_Valentine/docker-compose.yml

11 lines
178 B
YAML

version: '3'
services:
web:
build: ./nginx/
ports:
- "443:443"
volumes:
- ./log/nginx:/var/log/nginx
restart: always