old.nicco.io/docker-compose.yml
2019-03-24 02:32:01 +01:00

10 lines
190 B
YAML

version: '3'
services:
home:
image: nginx:alpine
ports:
- 80:80
volumes:
- ./public:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro