From e3e67b9721bb2420f67c33b93d81ff321b081133 Mon Sep 17 00:00:00 2001 From: Alfred Date: Wed, 27 Feb 2019 21:53:51 +0500 Subject: [PATCH] #654. Add upstream repository master branch. Update PWD button. --- README.md | 2 ++ pwd-compose.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85461316d..f80532b0b 100755 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ It was created and developing as a fast start for building an advanced sites bas It covers typical use cases for a new project and will help you not to waste your time doing the same work in every project +[![Try in PWD](https://github.com/play-with-docker/stacks/raw/master/assets/images/button.png)](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/yii2-starter-kit/yii2-starter-kit/master/pwd-compose.yml) + ## Before you start Please, consider helping project via [contributions](https://github.com/yii2-starter-kit/yii2-starter-kit/issues) or [donations](#donations). diff --git a/pwd-compose.yml b/pwd-compose.yml index 144297b09..29e58ef99 100644 --- a/pwd-compose.yml +++ b/pwd-compose.yml @@ -9,8 +9,8 @@ services: image: containerize/git environment: - REPO_LOCAL=/data/git/repos/yii2-starter-kit - - REPO_BRANCH=pwd_rework - - REPO_REMOTE=https://github.com/alfredleo/yii2-starter-kit.git + - REPO_BRANCH=master + - REPO_REMOTE=https://github.com/yii2-starter-kit/yii2-starter-kit.git tty: true volumes: - starter_kit_app:/data/git/repos/yii2-starter-kit