Repo Change

This commit is contained in:
Dave Conroy 2018-09-17 08:29:17 -07:00
parent 098b41f9d8
commit 3931bb7609
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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