Skip to content

Commit 1175e79

Browse files
committed
fixup! Add Example
1 parent 597ae92 commit 1175e79

4 files changed

Lines changed: 2 additions & 9 deletions

File tree

example/app/.gitkeep

Whitespace-only changes.

example/default.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ UMI_DB_PASSWORD=umi
77
UMI_TEMPLATE=demodizzy
88

99
UMI_DOMAIN=localhost
10+
UMI_KEY=%KEY%

example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
- db
1111
volumes:
1212
- "./core:/var/www/html"
13-
- "./etc/php-fpm/php.ini:/usr/local/etc/php/php.ini"
13+
- "./etc/php/php.ini:/usr/local/etc/php/php.ini"
1414

1515
db:
1616
image: mysql:5.5

example/etc/php-fpm/php.ini

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)