Skip to content

Commit

Permalink
Update to 3.1 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjcollins committed Nov 28, 2018
1 parent 9dfc8fd commit b8eb1a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ apt-get update && \
apt-get install -y postgresql-client-10

# Create Craft project
RUN composer create-project craftcms/craft /usr/share/nginx/
RUN composer create-project craftcms/craft "^3.1.0-beta.1" /usr/share/nginx/

RUN composer update

# Install the yii2-redis library
RUN composer require --prefer-dist yiisoft/yii2-redis -d /usr/share/nginx/
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ volumes:

services:
web:
image: wyveo/craftcms-docker:latest
image: alexjcollins/craftcms-docker:latest
ports:
- 80:80
volumes:
Expand Down

0 comments on commit b8eb1a5

Please sign in to comment.