website/compose.yml

10 lines
175 B
YAML

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