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.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Feb 23, 2018
1 parent 3e7dc21 commit a0528e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -35,7 +35,7 @@ Run the following command in terminal:
-p 5000:5000 \
-w /opt/docker-compose-projects/ \
-v /var/run/docker.sock:/var/run/docker.sock \
francescou/docker-compose-ui:1.10.2
francescou/docker-compose-ui:1.11.0

You have to wait while Docker pulls the container from the Docker Hub: <https://hub.docker.com/r/francescou/docker-compose-ui/>

Expand All @@ -54,7 +54,7 @@ to use your own docker-compose projects run this command from the directory cont
-w $(dirname $(pwd)) \
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
francescou/docker-compose-ui:1.10.2
francescou/docker-compose-ui:1.11.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 @@ -66,7 +66,7 @@ you can download my example projects into */home/user/docker-compose-ui/demo-pro
-w /opt/docker-compose-projects-git/ \
-v /var/run/docker.sock:/var/run/docker.sock \
-e GIT_REPO=https://github.com/francescou/docker-compose-ui.git \
francescou/docker-compose-ui:1.10.2
francescou/docker-compose-ui:1.11.0

### Note about scaling services

Expand Down Expand Up @@ -99,7 +99,7 @@ Example usage:
-p 5000:5000 \
-v /var/run/docker.sock:/var/run/docker.sock \
-e 'WEB_CONSOLE_PATTERN=http://localhost:8888/web-console/?cid={containerName}&cmd={command}' \
francescou/docker-compose-ui:1.10.2
francescou/docker-compose-ui:1.11.0


## Remote docker host
Expand All @@ -110,7 +110,7 @@ You can also run containers on a remote docker host, e.g.
--name docker-compose-ui \
-p 5000:5000 \
-e DOCKER_HOST=remote-docker-host:2375 \
francescou/docker-compose-ui:1.10.2
francescou/docker-compose-ui:1.11.0


### Docker Swarm or HTTPS Remote docker host
Expand All @@ -130,7 +130,7 @@ For example:
-p 5000:5000 \
-w /opt/docker-compose-projects/ \
-v /home/user/.docker/config.json:/root/.docker/config.json:ro \
francescou/docker-compose-ui:1.10.2
francescou/docker-compose-ui:1.11.0

## Technologies

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ version: "2"
services:
docker_compose_ui:
restart: always
image: francescou/docker-compose-ui:1.10.2
image: francescou/docker-compose-ui:1.11.0
container_name: docker_compose_ui
hostname: docker_compose_ui
working_dir: /opt/docker-compose-projects/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,3 +1,3 @@
Flask==0.12
docker-compose==1.18.0
docker-compose==1.19.0
gitpython==2.1.3
2 changes: 1 addition & 1 deletion static/index.html
Expand Up @@ -68,7 +68,7 @@ <h3>Projects</h3>
<p>
<small class="text-muted"><a
href="https://github.com/francescou/docker-compose-ui">Docker
Compose UI v.1.10.2</a> Licensed under the MIT license. | <a href="https://francescou.github.io/docker-compose-ui/api.html">API</a> </small>
Compose UI v.1.11.0</a> Licensed under the MIT license. | <a href="https://francescou.github.io/docker-compose-ui/api.html">API</a> </small>
</p>

<p>
Expand Down

0 comments on commit a0528e7

Please sign in to comment.