Skip to content

Commit

Permalink
fixup! Add Example
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyar committed Aug 24, 2017
1 parent 597ae92 commit 1175e79
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
Empty file added example/app/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions example/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ UMI_DB_PASSWORD=umi
UMI_TEMPLATE=demodizzy

UMI_DOMAIN=localhost
UMI_KEY=%KEY%
2 changes: 1 addition & 1 deletion example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- db
volumes:
- "./core:/var/www/html"
- "./etc/php-fpm/php.ini:/usr/local/etc/php/php.ini"
- "./etc/php/php.ini:/usr/local/etc/php/php.ini"

db:
image: mysql:5.5
Expand Down
8 changes: 0 additions & 8 deletions example/etc/php-fpm/php.ini

This file was deleted.

0 comments on commit 1175e79

Please sign in to comment.