Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit b2fe2da

Browse files
author
Daryl Lozupone
committed
Use services instead of startup
1 parent 374ecf6 commit b2fe2da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"startup" : {
2+
"services" : {
33
"database": "mysql",
44
"webserver": "nginx",
5-
"processvm": "php7_fpm"
5+
"processvm": "php7.0",
6+
"kvstore": "redis"
67
}
78
}

0 commit comments

Comments
 (0)