old.nicco.io/docker-compose.yml
2019-03-03 16:27:15 +01:00

10 lines
152 B
YAML

version: '3'
services:
home:
image: nginx:alpine
restart: always
ports:
- 80
volumes:
- ./public:/usr/share/nginx/html:ro