summaryrefslogtreecommitdiffstats
path: root/Services
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-12-07 10:30:43 +0100
committerstartxfr <clarue@startx.fr>2015-12-07 10:30:43 +0100
commite34ed3a382f238cf55afec6e377b7be9b21f237d (patch)
tree98dc36edbb7738206b23dffb53136f9b3c37610b /Services
parent306b73c26b19bb3e032a763a9007f5d444bddadf (diff)
downloadphpmyadmin-e34ed3a382f238cf55afec6e377b7be9b21f237d.tar.gz
phpmyadmin-e34ed3a382f238cf55afec6e377b7be9b21f237d.tar.bz2
phpmyadmin-e34ed3a382f238cf55afec6e377b7be9b21f237d.tar.xz
phpmyadmin-e34ed3a382f238cf55afec6e377b7be9b21f237d.zip
finishing application phpmyadmin and adding docker-compose-images demo file with all services used together
Diffstat (limited to 'Services')
-rw-r--r--Services/mariadb/README.md2
-rw-r--r--Services/postgres/README.md2
2 files changed, 4 insertions, 0 deletions
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"