first commit

This commit is contained in:
Jérôme Petazzoni
2015-03-04 23:53:19 -08:00
commit 4170b20c5d
2 changed files with 9 additions and 0 deletions

8
fig.yml Normal file
View File

@@ -0,0 +1,8 @@
www:
image: nginx
ports:
- "80:80"
volumes:
- "www:/usr/local/nginx/html"

1
www/index.html Normal file
View File

@@ -0,0 +1 @@
Your content here maybe