You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Run the following command in terminal:
36
36
-p 5000:5000 \
37
37
-w /opt/docker-compose-projects/ \
38
38
-v /var/run/docker.sock:/var/run/docker.sock \
39
-
francescou/docker-compose-ui:1.12.0
39
+
francescou/docker-compose-ui:1.13.0
40
40
41
41
You have to wait while Docker pulls the container from the Docker Hub: <https://hub.docker.com/r/francescou/docker-compose-ui/>
42
42
@@ -55,7 +55,7 @@ to use your own docker-compose projects run this command from the directory cont
55
55
-w $(dirname $(pwd)) \
56
56
-p 5000:5000 \
57
57
-v /var/run/docker.sock:/var/run/docker.sock \
58
-
francescou/docker-compose-ui:1.12.0
58
+
francescou/docker-compose-ui:1.13.0
59
59
60
60
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
61
61
@@ -67,7 +67,7 @@ you can download my example projects into */home/user/docker-compose-ui/demo-pro
0 commit comments