Multi-arch Docker image for Restic Rest Server
8.5K
:warning: This repository is archived because the official Docker image for Restic REST Server has support for multi-architecture since version 0.12.0. Use the official Docker image instead, the configuration is the same.
Docker image source code in GitHub => https://github.com/ngosang/docker-restic-rest-server
Docker image for Restic Rest Server with support for multi-architecture.
The image does not contain changes compared to the official image. You can use the official documentation from here and here.
Docker images are available in GHCR and DockerHub.
docker pull ghcr.io/ngosang/restic-rest-server
or
docker pull ngosang/restic-rest-server
The architectures supported by this image are:
Here are some example snippets to help you get started creating a container.
Compatible with docker-compose v2 schemas.
---
version: "2.1"
services:
restic-rest-server:
image: ngosang/restic-rest-server
container_name: restic-rest-server
environment:
- TZ=Europe/Madrid
- PASSWORD_FILE=/data/.htpasswd
volumes:
- /host_path/restic/data:/data
ports:
- 8000:8000
restart: unless-stopped
Content type
Image
Digest
sha256:5ad8f5b14…
Size
7 MB
Last updated
over 3 years ago
docker pull ngosang/restic-rest-server