summaryrefslogtreecommitdiffstats
path: root/docker-compose-app.yml
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-06 03:44:47 +0100
committerstartxfr <clarue@startx.fr>2015-12-06 03:44:47 +0100
commit1af7a22460dafe12f22f9b564d946f3d583f4cb0 (patch)
tree3d13d49ba4f5d6ac8cb4532435898b911bdf5a02 /docker-compose-app.yml
parentb502829a772adb36d4786db369aa4d803eb7877c (diff)
downloadphpmyadmin-1af7a22460dafe12f22f9b564d946f3d583f4cb0.tar.gz
phpmyadmin-1af7a22460dafe12f22f9b564d946f3d583f4cb0.tar.bz2
phpmyadmin-1af7a22460dafe12f22f9b564d946f3d583f4cb0.tar.xz
phpmyadmin-1af7a22460dafe12f22f9b564d946f3d583f4cb0.zip
debuging images and improve startup display
Diffstat (limited to 'docker-compose-app.yml')
-rw-r--r--docker-compose-app.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/docker-compose-app.yml b/docker-compose-app.yml
index 4c2dc3b..8f942d4 100644
--- a/docker-compose-app.yml
+++ b/docker-compose-app.yml
@@ -1,13 +1,7 @@
pma:
build: Applications/phpmyadmin/
container_name: "startx-app-phpmyadmin"
- ports:
- - "82:80"
- - "445:443"
rockmongo:
build: Applications/rockmongo/
- container_name: "startx-app-rockmongo"
- ports:
- - "83:80"
- - "446:443" \ No newline at end of file
+ container_name: "startx-app-rockmongo" \ No newline at end of file