From 22c28b98c21d0601966445206bf6af35e6d22b33 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 11 May 2016 00:08:40 +0200 Subject: [PATCH] lychee: 3.1.0 -> 3.1.1 --- lychee/Dockerfile | 2 +- lychee/run.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lychee/Dockerfile b/lychee/Dockerfile index d537b0a..31ce6b1 100644 --- a/lychee/Dockerfile +++ b/lychee/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.3 MAINTAINER Wonderfall -ARG VERSION=3.1.0 +ARG VERSION=3.1.1 ENV UID=991 GID=991 diff --git a/lychee/run.sh b/lychee/run.sh index fea29f3..b5d7808 100644 --- a/lychee/run.sh +++ b/lychee/run.sh @@ -1,4 +1,5 @@ #!/bin/sh addgroup -g ${GID} lychee && adduser -h /lychee -s /bin/sh -D -G lychee -u ${UID} lychee +mkdir /lychee/uploads/big /lychee/uploads/import /lychee/uploads/medium /lychee/uploads/thumb chown -R lychee:lychee /lychee /var/run/php-fpm.sock /var/lib/nginx /tmp supervisord -c /usr/local/etc/supervisord.conf