From e34ed3a382f238cf55afec6e377b7be9b21f237d Mon Sep 17 00:00:00 2001
From: startxfr <clarue@startx.fr>
Date: Mon, 7 Dec 2015 10:30:43 +0100
Subject: finishing application phpmyadmin and adding docker-compose-images
 demo file with all services used together

---
 Services/mariadb/README.md  | 2 ++
 Services/postgres/README.md | 2 ++
 2 files changed, 4 insertions(+)

(limited to 'Services')

diff --git a/Services/mariadb/README.md b/Services/mariadb/README.md
index 1ab5a12..f940414 100644
--- a/Services/mariadb/README.md
+++ b/Services/mariadb/README.md
@@ -24,6 +24,8 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
 service:
   image: startx/sv-mariadb:latest
   container_name: "service-mariadb"
+  ports:
+    - "3306:3306"
   environment:
     CONTAINER_TYPE: "service"
     CONTAINER_SERVICE: "mariadb"
diff --git a/Services/postgres/README.md b/Services/postgres/README.md
index 62aee5a..d801d74 100644
--- a/Services/postgres/README.md
+++ b/Services/postgres/README.md
@@ -24,6 +24,8 @@ based on [startx/fedora container](https://hub.docker.com/r/startx/fedora)
 service:
   image: startx/sv-postgres:latest
   container_name: "service-postgres"
+  ports:
+    - "5432:5432"
   environment:
     CONTAINER_TYPE: "service"
     CONTAINER_SERVICE: "postgres"
-- 
cgit v1.2.3