diff --git a/docs/install.html b/docs/install.html index 23fecdb..71c11ac 100644 --- a/docs/install.html +++ b/docs/install.html @@ -61,11 +61,10 @@ # or via GitHub registry $ docker run -p 80:80 -v /var/gotify/data:/app/data ghcr.io/gotify/server -
There are also specific docker images for other architectures:
-gotify/server-arm7
/ ghcr.io/gotify/server-arm7
: for arm-7 processors (raspberry pi 4 and below)gotify/server-arm64
/ ghcr.io/gotify/server-arm64
: for arm-64 processorsgotify/server and +ghcr.io/gotify/server +are multi-arch docker images, they will work for the architectures: amd64, +i386, arm64, armv7, and riscv64.
/app/data
contains the database file (if sqlite is used), images for applications and cert-files (if lets encrypt is enabled).
In this example the directory is mounted to /var/gotify/data
this directory should be included in a backup.
The time zone inside the container is configurable via the TZ
environment variable:
There are also specific docker images for other architectures:
-gotify/server-arm7
/ ghcr.io/gotify/server-arm7
: for arm-7 processors (raspberry pi 4 and below)gotify/server-arm64
/ ghcr.io/gotify/server-arm64
: for arm-64 processorsgotify/server and +ghcr.io/gotify/server +are multi-arch docker images, they will work for the architectures: amd64, +i386, arm64, armv7, and riscv64.
/app/data
contains the database file (if sqlite is used), images for applications and cert-files (if lets encrypt is enabled).
In this example the directory is mounted to /var/gotify/data
this directory should be included in a backup.
The time zone inside the container is configurable via the TZ
environment variable: