Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
upgrade to docker-compose 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Sep 23, 2016
1 parent de8d32e commit d42add9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -23,7 +23,7 @@ Run the following command in terminal:
--name docker-compose-ui \
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
francescou/docker-compose-ui:0.20.1
francescou/docker-compose-ui:0.21.0

or, if you already have docker-compose installed, just `docker-compose up`.

Expand All @@ -44,7 +44,7 @@ If you want to use your own docker-compose projects, put them into a directory *
-p 5000:5000 \
-v /home/user/docker-compose-ui/demo-projects:/opt/docker-compose-projects:ro \
-v /var/run/docker.sock:/var/run/docker.sock \
francescou/docker-compose-ui:0.20.1
francescou/docker-compose-ui:0.21.0

you can download my example projects into */home/user/docker-compose-ui/demo-projects/* from https://github.com/francescou/docker-compose-ui/tree/master/demo-projects

Expand All @@ -55,7 +55,7 @@ you can download my example projects into */home/user/docker-compose-ui/demo-pro
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
-e GIT_REPO=https://github.com/francescou/docker-compose-ui.git \
francescou/docker-compose-ui:0.20.1
francescou/docker-compose-ui:0.21.0

### Note about scaling services

Expand All @@ -77,7 +77,7 @@ You can also run containers on a remote docker host, e.g.
-p 5000:5000 \
-v /home/user/docker-compose-ui/demo-projects:/opt/docker-compose-projects:ro \
-e DOCKER_HOST=remote-docker-host:2375 \
francescou/docker-compose-ui:0.20.1
francescou/docker-compose-ui:0.21.0


### Docker Swarm or HTTPS Remote docker host
Expand All @@ -96,7 +96,7 @@ For example:
--name docker-compose-ui \
-p 5000:5000 \
-v /home/user/.docker/config.json:/root/.docker/config.json:ro \
francescou/docker-compose-ui:0.20.1
francescou/docker-compose-ui:0.21.0

## Technologies

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
@@ -1,6 +1,6 @@
docker_compose_ui:
restart: always
image: francescou/docker-compose-ui:0.20.1
image: francescou/docker-compose-ui:0.21.0
container_name: docker_compose_ui
hostname: docker_compose_ui
ports:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
Flask==0.10.1
docker-compose==1.8.0
docker-compose==1.8.1
gitpython==1.0.2
2 changes: 1 addition & 1 deletion static/bower.json
@@ -1,6 +1,6 @@
{
"name": "docker-compose-ui",
"version": "0.20.1",
"version": "0.21.0",
"homepage": "https://github.com/francescou/docker-compose-ui",
"authors": [
"Francesco Uliana <francesco@uliana.it>"
Expand Down
2 changes: 1 addition & 1 deletion static/index.html
Expand Up @@ -57,7 +57,7 @@ <h3>Projects</h3>
<footer class="text-center">
<small class="text-muted"><a
href="https://github.com/francescou/docker-compose-ui">Docker
Compose UI v.0.20.1</a> Licensed under the MIT license.</small>
Compose UI v.0.21.0</a> Licensed under the MIT license.</small>

<br>

Expand Down

0 comments on commit d42add9

Please sign in to comment.