diff options
author | startxfr <clarue@startx.fr> | 2015-12-05 19:11:11 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-12-05 19:11:11 +0100 |
commit | aa59c96e7869656c660395a202d1508f1343b626 (patch) | |
tree | 62b614ee9f7e2db36909714610924bf10f341d06 /docker-compose-app.yml | |
parent | a656803d2375dce6e5dcdf5bd334335260b4ae53 (diff) | |
download | phpmyadmin-aa59c96e7869656c660395a202d1508f1343b626.tar.gz phpmyadmin-aa59c96e7869656c660395a202d1508f1343b626.tar.bz2 phpmyadmin-aa59c96e7869656c660395a202d1508f1343b626.tar.xz phpmyadmin-aa59c96e7869656c660395a202d1508f1343b626.zip |
correcting bug in memcache docker-compose config and change in test script.
Diffstat (limited to 'docker-compose-app.yml')
-rw-r--r-- | docker-compose-app.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docker-compose-app.yml b/docker-compose-app.yml new file mode 100644 index 0000000..8f942d4 --- /dev/null +++ b/docker-compose-app.yml @@ -0,0 +1,7 @@ +pma: + build: Applications/phpmyadmin/ + container_name: "startx-app-phpmyadmin" + +rockmongo: + build: Applications/rockmongo/ + container_name: "startx-app-rockmongo"
\ No newline at end of file |