diff --git a/Dockerfile b/Dockerfile index 2f93981..db73d83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -180,7 +180,7 @@ RUN apt-get update && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /var/log/* -FROM registry.selfdesign.org/docker/ubuntu:16.04 +FROM tiredofit/ubuntu:16.04 LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)" ### Set Defaults @@ -267,7 +267,7 @@ RUN adduser --quiet --system --group --home /opt/lool lool && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /var/log/* && \ mkdir -p /var/log/lool && \ - touch /var/log/lool/loolwsd.log && \ + touch /var/log/lool/lool.log && \ chown -R lool /var/log/lool ### Networking Configuration diff --git a/README.md b/README.md index 9514212..0e77aaa 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The following directories should be mapped for persistent storage in order to ut | Folder | Description | |-----------|-------------| -| `/var/log/loolwsd` | Log files +| `/var/log/lool` | Log files ### Environment Variables diff --git a/install/etc/cont-init.d/10-loolwsd b/install/etc/cont-init.d/10-loolwsd index 524347f..ba480a8 100755 --- a/install/etc/cont-init.d/10-loolwsd +++ b/install/etc/cont-init.d/10-loolwsd @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bash mkdir -p /var/log/lool -touch /var/log/lool/loolwsd.log +touch /var/log/lool/lool.log chown -R lool /var/log/lool rm /opt/lool/systemplate/etc/resolv.conf