Skip to content

Commit

Permalink
8.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
11notes committed Nov 4, 2024
1 parent 7891e53 commit ca79f49
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
![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.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)
![size](https://img.shields.io/docker/image-size/11notes/unifi/8.6.9?color=0eb305) ![version](https://img.shields.io/docker/v/11notes/unifi/8.6.9?color=eb7a09) ![pulls](https://img.shields.io/docker/pulls/11notes/unifi?color=2b75d6)

**Run Unifi Controller (DB included)**

# SYNOPSIS
What can I do with this? This image will provide you a rock solid<sup>1</sup> Unifi controller with included MongoDB (no separate image needed, since its EOL anyway).
**What can I do with this?** This image will provide you a rock solid<sup>1</sup> Unifi controller with included MongoDB (no separate image needed, since its EOL anyway).

# VOLUMES
* **/unifi/var** - Directory of all configuration data and sites
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.5.6"
image: "11notes/unifi:8.6.9"
container_name: "unifi"
environment:
TZ: Europe/Zurich
Expand Down Expand Up @@ -53,7 +53,7 @@ networks:
| `DEBUG` | Show debug information | |

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

# PARENT IMAGE
* [ubuntu:20.04](https://hub.docker.com/_/ubuntu)
Expand Down
6 changes: 3 additions & 3 deletions amd64.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

# :: Header
FROM ubuntu:20.04
COPY --from=util /util/linux/shell/elevenLogJSON /usr/local/bin
ARG APP_RC="-rj47uhde42"
COPY --from=util /util/docker /usr/local/bin
ARG APP_RC="-0f45j609pu"
ARG DEBIAN_FRONTEND=noninteractive
ENV APP_NAME="unifi"
ENV APP_VERSION=8.6.3
ENV APP_VERSION=8.6.9
ENV APP_ROOT=/unifi

# :: Run
Expand Down
6 changes: 3 additions & 3 deletions amd64.unraid
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

# :: Header
FROM ubuntu:20.04
COPY --from=util /util/linux/shell/elevenLogJSON /usr/local/bin
ARG APP_RC="-rj47uhde42"
COPY --from=util /util/docker /usr/local/bin
ARG APP_RC="-0f45j609pu"
ARG DEBIAN_FRONTEND=noninteractive
ENV APP_NAME="unifi"
ENV APP_VERSION=8.6.3
ENV APP_VERSION=8.6.9
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.6.3"
image: "11notes/unifi:8.6.9"
container_name: "unifi"
environment:
TZ: Europe/Zurich
Expand Down

0 comments on commit ca79f49

Please sign in to comment.