Updated the Docker files

This commit is contained in:
Carvallegro
2017-12-31 05:29:02 +11:00
parent ec5070e45f
commit 21366add04
3 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
version: '3'
services:
web:
image: akaunting
build: ../
ports:
- "80:80"