Skip to content

Commit 40d746c

Browse files
committedOct 18, 2016
Merge branch 'release/5.2.0-beta1'
2 parents 89553d2 + cf6b47b commit 40d746c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+586
-597
lines changed
 

Diff for: ‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
PHP Docker Boilerplate Changelog
22
==================================
33

4+
5.2.0-beta1 - 2016-10-18
5+
------------------------
6+
- Add dinghy/dory support
7+
- Switch to mailhog instead of mailcatcher
8+
- Add phpmyadmin
9+
- Switch to ubuntu 16.04 as default
10+
- docker-compose.yml is now using version 2
11+
- PHP debugger can now be switched with variable
12+
- Add PostgreSQL 9.5
13+
- Some minor fixes and cleanups
14+
415
5.1.3 - 2016-05-25
516
------------------
617
- Fix nginx vhost configuration (modular WebDevOps image design)

Diff for: ‎Dockerfile.cloud

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#
4444
#++++++++++++++++++++++++++++++++++++++
4545

46-
FROM webdevops/php-apache:ubuntu-14.04
46+
FROM webdevops/php-apache:ubuntu-16.04
4747

4848
ENV PROVISION_CONTEXT "production"
4949

@@ -53,7 +53,7 @@ COPY provision/ /opt/docker/provision/
5353

5454
COPY app/ /app/
5555

56-
RUN /opt/docker/bin/provision add --tag bootstrap --tag entrypoint boilerplate-main boilerplate-deployment \
56+
RUN /opt/docker/bin/provision run --tag bootstrap --role boilerplate-main --role boilerplate-deployment \
5757
&& /opt/docker/bin/bootstrap.sh
5858

5959
# Configure volume/workdir

0 commit comments

Comments
 (0)
Please sign in to comment.