diff options
| author | Jan <> | 2021-12-16 12:21:45 +0100 |
|---|---|---|
| committer | Jan <> | 2021-12-16 12:21:45 +0100 |
| commit | 67f51d0a3a8bb7181637b3c1aa428463e099cbc9 (patch) | |
| tree | fd429032a23232967f217672b98b43c88b9ba74b /README.md | |
| parent | 804a22bcbed289b1ace576b6fe670b88cf0d207f (diff) | |
auto pulling from git repo
Diffstat (limited to 'README.md')
| -rwxr-xr-x | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -22,6 +22,16 @@ To run at a different port open edit docker-compose.yml: ports: - 4000:80 +#### Install pull from git variant: + + - refreshs source code every 5 minutes from master branch you provided - convenience feature for lacy devs + - `git clone` this repository + - build image `docker build -f DockerfilePullFromGit -t sui:latest .` + - run image with `docker run -e GITURL='https://x:ghp_x@github.com/jeroenpardon/sui.git' -p 8081:80 sui:latest` + - can be run also with a private repository by setting username:api-key@ in the url (see above example). Otherwise remove this part of the url. + + + ### Customization #### Changing color themes |