Skip to content

Commit

Permalink
8.6.3 EA
Browse files Browse the repository at this point in the history
  • Loading branch information
11notes committed Oct 18, 2024
1 parent 1912572 commit 7891e53
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.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)
![size](https://img.shields.io/docker/image-size/11notes/unifi/8.6.3?color=0eb305) ![version](https://img.shields.io/docker/v/11notes/unifi/8.6.3?color=eb7a09) ![pulls](https://img.shields.io/docker/pulls/11notes/unifi?color=2b75d6)

**Run Unifi Controller (DB included)**

Expand Down Expand Up @@ -53,7 +53,7 @@ networks:
| `DEBUG` | Show debug information | |

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

# 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="-1x29lm155t"
ARG APP_RC="-rj47uhde42"
ARG DEBIAN_FRONTEND=noninteractive
ENV APP_NAME="unifi"
ENV APP_VERSION=8.5.6
ENV APP_VERSION=8.6.3
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="-1x29lm155t"
ARG APP_RC="-rj47uhde42"
ARG DEBIAN_FRONTEND=noninteractive
ENV APP_NAME="unifi"
ENV APP_VERSION=8.5.6
ENV APP_VERSION=8.6.3
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.5.6"
image: "11notes/unifi:8.6.3"
container_name: "unifi"
environment:
TZ: Europe/Zurich
Expand Down

0 comments on commit 7891e53

Please sign in to comment.