added blog docker-compose

This commit is contained in:
Colin Diem
2021-04-04 15:26:36 +00:00
parent 1a5281d99e
commit c5131b2a11
2 changed files with 14 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
version: "3.3"
services:
blog:
container_name: blog
image: nginx:1.16.0-alpine
volumes:
- "./public:/usr/share/nginx/html/"
expose:
- "80"