website/compose.yml

11 lines
203 B
YAML

services:
hakyll:
container_name: "hakyll_website"
# build: .
image: nginx:latest
ports:
- 3009:80
volumes:
- ./_site/:/usr/share/nginx/html
restart: unless-stopped