diff options
author | startxfr <clarue@startx.fr> | 2015-11-28 07:23:53 +0100 |
---|---|---|
committer | startxfr <clarue@startx.fr> | 2015-11-28 07:23:53 +0100 |
commit | 41d6c788a9b2e740ab9e023664da7e7d77f5afdc (patch) | |
tree | 78b0d30d0ad33c6b4a6691738e7b8932a648a882 /docker-compose.yml | |
parent | d756ad578a856c24bd06340329d5aceb9806e777 (diff) | |
download | phpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.tar.gz phpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.tar.bz2 phpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.tar.xz phpmyadmin-41d6c788a9b2e740ab9e023664da7e7d77f5afdc.zip |
adding travis
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..65ce1f3 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +server: + build: ./ +# image: sx-fedora + container_name: "sx-fedora" + mem_limit: 1g + memswap_limit: 2g + cpu_shares: 4096 + restart: "on-failure:2"
\ No newline at end of file |