Skip to content

Commit

Permalink
8.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
11notes committed Oct 16, 2024
1 parent d6f55aa commit 1912572
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Banner](https://github.com/11notes/defaults/blob/main/static/img/banner.png?raw=true)

# 🍟 Ubuntu - unifi
![size](https://img.shields.io/docker/image-size/11notes/unifi/8.4.62?color=0eb305) ![version](https://img.shields.io/docker/v/11notes/unifi/8.4.62?color=eb7a09) ![pulls](https://img.shields.io/docker/pulls/11notes/unifi?color=2b75d6) ![stars](https://img.shields.io/docker/stars/11notes/unifi?color=e6a50e) [<img src="https://img.shields.io/badge/github-11notes-blue?logo=github">](https://github.com/11notes)
![size](https://img.shields.io/docker/image-size/11notes/unifi/8.5.6?color=0eb305) ![version](https://img.shields.io/docker/v/11notes/unifi/8.5.6?color=eb7a09) ![pulls](https://img.shields.io/docker/pulls/11notes/unifi?color=2b75d6)

**Run Unifi Controller (DB included)**

Expand All @@ -15,7 +15,7 @@ What can I do with this? This image will provide you a rock solid<sup>1</sup> Un
```yaml
services:
unifi:
image: "11notes/unifi:8.4.62"
image: "11notes/unifi:8.5.6"
container_name: "unifi"
environment:
TZ: Europe/Zurich
Expand Down Expand Up @@ -53,7 +53,7 @@ networks:
| `DEBUG` | Show debug information | |

# SOURCE
* [11notes/unifi](https://github.com/11notes/docker-unifi)
* [11notes/unifi:8.5.6](https://github.com/11notes/docker-unifi/tree/8.5.6)

# PARENT IMAGE
* [ubuntu:20.04](https://hub.docker.com/_/ubuntu)
Expand Down
4 changes: 2 additions & 2 deletions amd64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# :: Header
FROM ubuntu:20.04
COPY --from=util /util/linux/shell/elevenLogJSON /usr/local/bin
ARG APP_RC="-i3q2j125cz"
ARG APP_RC="-1x29lm155t"
ARG DEBIAN_FRONTEND=noninteractive
ENV APP_NAME="unifi"
ENV APP_VERSION=8.4.62
ENV APP_VERSION=8.5.6
ENV APP_ROOT=/unifi

# :: Run
Expand Down
4 changes: 2 additions & 2 deletions amd64.unraid
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
# :: Header
FROM ubuntu:20.04
COPY --from=util /util/linux/shell/elevenLogJSON /usr/local/bin
ARG APP_RC="-i3q2j125cz"
ARG APP_RC="-1x29lm155t"
ARG DEBIAN_FRONTEND=noninteractive
ENV APP_NAME="unifi"
ENV APP_VERSION=8.4.62
ENV APP_VERSION=8.5.6
ENV APP_ROOT=/unifi

# :: Run
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
unifi:
image: "11notes/unifi:8.4.62"
image: "11notes/unifi:8.5.6"
container_name: "unifi"
environment:
TZ: Europe/Zurich
Expand Down

0 comments on commit 1912572

Please sign in to comment.