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 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:

diff --git a/docs/install/index.html b/docs/install/index.html index 23fecdb..71c11ac 100644 --- a/docs/install/index.html +++ b/docs/install/index.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 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: