Start blog

This commit is contained in:
Jonathan Hodgson 2020-02-29 11:39:13 +00:00
commit aa21b867b3
16 changed files with 1248 additions and 0 deletions

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: '3'
services:
nginx:
image: nginx
ports:
- "8080:80"
volumes:
- ./nginx:/etc/nginx/conf.d:ro
- ./public_html:/usr/share/nginx/html:ro
- ./assets:/usr/share/nginx/assets:ro