This repository was archived by the owner on Jan 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Expand file tree Collapse file tree 5 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILD_DATE
5
5
ARG VERSION
6
6
ARG UNIFI_VERSION
7
7
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
- LABEL maintainer="sparklyballs "
8
+ LABEL maintainer="aptalca "
9
9
10
10
# environment settings
11
11
ARG UNIFI_BRANCH="stable"
20
20
apt-get install -y \
21
21
binutils \
22
22
jsvc \
23
+ logrotate \
23
24
mongodb-org-server \
24
25
openjdk-8-jre-headless \
25
26
wget && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILD_DATE
5
5
ARG VERSION
6
6
ARG UNIFI_VERSION
7
7
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
- LABEL maintainer="sparklyballs "
8
+ LABEL maintainer="aptalca "
9
9
10
10
# environment settings
11
11
ARG UNIFI_BRANCH="stable"
20
20
apt-get install -y \
21
21
binutils \
22
22
jsvc \
23
+ logrotate \
23
24
mongodb-org-server \
24
25
openjdk-8-jre-headless \
25
26
wget && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG BUILD_DATE
5
5
ARG VERSION
6
6
ARG UNIFI_VERSION
7
7
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
8
- LABEL maintainer="sparklyballs "
8
+ LABEL maintainer="aptalca "
9
9
10
10
# environment settings
11
11
ARG UNIFI_BRANCH="stable"
17
17
apt-get install -y \
18
18
binutils \
19
19
jsvc \
20
+ logrotate \
20
21
mongodb-server \
21
22
openjdk-8-jre-headless \
22
23
wget && \
Original file line number Diff line number Diff line change @@ -265,6 +265,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
265
265
266
266
## Versions
267
267
268
+ * ** 16.06.20:** - Add logrotate.
268
269
* ** 02.06.20:** - Updated port list & descriptions. Moved some ports to optional.
269
270
* ** 14.11.19:** - Changed url for deb package to match new Ubiquity domain.
270
271
* ** 29.07.19:** - Allow for changing Java mem limit via new optional environment variable.
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ app_setup_block: |
78
78
79
79
# changelog
80
80
changelogs :
81
+ - { date: "16.06.20:", desc: "Add logrotate."}
81
82
- { date: "02.06.20:", desc: "Updated port list & descriptions. Moved some ports to optional."}
82
83
- { date: "14.11.19:", desc: "Changed url for deb package to match new Ubiquity domain." }
83
84
- { date: "29.07.19:", desc: "Allow for changing Java mem limit via new optional environment variable." }
You can’t perform that action at this time.
0 commit comments