From a0c30fe07a8434c3854ec7cf9e16f35dd2176d32 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Tue, 18 Feb 2020 00:23:03 +0100 Subject: [PATCH] Also change docker-compose.yml In the last commit to update the image, I forgot to update the `docker-compose.yml`. This patch should fix that --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 76bf07a..c36208f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,7 +53,7 @@ services: # args: # - "VERSION=master" # - "CODIMD_REPOSITORY=https://github.com/codimd/server.git" - image: quay.io/codimd/server:1.5.0 + image: quay.io/codimd/server:1.6.0 #mem_limit: 256mb # version 2 only #memswap_limit: 512mb # version 2 only #read_only: true # not supported in swarm mode, enable along with tmpfs -- GitLab