Skip to content

Commit f99eff3

Browse files
Updating env to switch workspace php version. laradock#714
1 parent b083124 commit f99eff3

4 files changed

Lines changed: 407 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ services:
3434
- NODE_VERSION=${WORKSPACE_NODE_VERSION}
3535
- YARN_VERSION=${WORKSPACE_YARN_VERSION}
3636
- TZ=${WORKSPACE_TIMEZONE}
37+
dockerfile: "dockerfile-${PHP_VERSION}"
3738
volumes_from:
3839
- applications
3940
extra_hosts:

env-example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
APPLICATION=../
44

55
### PHP version (Does not apply for HHVM)
6-
# PHP_VERSION=55
76
# PHP_VERSION=56
87
PHP_VERSION=70
8+
# PHP_VERSION=71
99

1010
### PHP interpreter
1111
# PHP_INTERPRETER=hhvm

0 commit comments

Comments
 (0)