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

Commit 589ef9f

Browse files
committed
docker-compose-ui:1.8.1
1 parent 15280f7 commit 589ef9f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run the following command in terminal:
3434
-p 5000:5000 \
3535
-w /opt/docker-compose-projects/ \
3636
-v /var/run/docker.sock:/var/run/docker.sock \
37-
francescou/docker-compose-ui:1.8.0
37+
francescou/docker-compose-ui:1.8.1
3838

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

@@ -53,7 +53,7 @@ to use your own docker-compose projects run this command from the directory cont
5353
-w $(dirname $(pwd)) \
5454
-p 5000:5000 \
5555
-v /var/run/docker.sock:/var/run/docker.sock \
56-
francescou/docker-compose-ui:1.8.0
56+
francescou/docker-compose-ui:1.8.1
5757

5858
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
5959

@@ -65,7 +65,7 @@ you can download my example projects into */home/user/docker-compose-ui/demo-pro
6565
-w /opt/docker-compose-projects-git/ \
6666
-v /var/run/docker.sock:/var/run/docker.sock \
6767
-e GIT_REPO=https://github.com/francescou/docker-compose-ui.git \
68-
francescou/docker-compose-ui:1.8.0
68+
francescou/docker-compose-ui:1.8.1
6969

7070
### Note about scaling services
7171

@@ -98,7 +98,7 @@ Example usage:
9898
-p 5000:5000 \
9999
-v /var/run/docker.sock:/var/run/docker.sock \
100100
-e 'WEB_CONSOLE_PATTERN=http://localhost:8888/web-console/?cid={containerName}&cmd={command}' \
101-
francescou/docker-compose-ui:1.8.0
101+
francescou/docker-compose-ui:1.8.1
102102

103103

104104
## Remote docker host
@@ -109,7 +109,7 @@ You can also run containers on a remote docker host, e.g.
109109
--name docker-compose-ui \
110110
-p 5000:5000 \
111111
-e DOCKER_HOST=remote-docker-host:2375 \
112-
francescou/docker-compose-ui:1.8.0
112+
francescou/docker-compose-ui:1.8.1
113113

114114

115115
### Docker Swarm or HTTPS Remote docker host
@@ -129,7 +129,7 @@ For example:
129129
-p 5000:5000 \
130130
-w /opt/docker-compose-projects/ \
131131
-v /home/user/.docker/config.json:/root/.docker/config.json:ro \
132-
francescou/docker-compose-ui:1.8.0
132+
francescou/docker-compose-ui:1.8.1
133133

134134
## Technologies
135135

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: "2"
33
services:
44
docker_compose_ui:
55
restart: always
6-
image: francescou/docker-compose-ui:1.8.0
6+
image: francescou/docker-compose-ui:1.8.1
77
container_name: docker_compose_ui
88
hostname: docker_compose_ui
99
working_dir: /opt/docker-compose-projects/

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h3>Projects</h3>
6868
<p>
6969
<small class="text-muted"><a
7070
href="https://github.com/francescou/docker-compose-ui">Docker
71-
Compose UI v.1.8.0</a> Licensed under the MIT license. | <a href="https://francescou.github.io/docker-compose-ui/api.html">API</a> </small>
71+
Compose UI v.1.8.1</a> Licensed under the MIT license. | <a href="https://francescou.github.io/docker-compose-ui/api.html">API</a> </small>
7272
</p>
7373

7474
<p>

0 commit comments

Comments
 (0)