This commit is contained in:
2018-01-24 10:53:17 +02:00
commit 57e6bd5608
10 changed files with 280 additions and 0 deletions

15
docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
version: '2'
services:
app:
build:
context: code
ports:
- 127.0.0.1:8136:80
volumes:
- ./data/:/code/data/
# restart: always