From a8e2430e341aa419b39fc9b8c26278d474a26794 Mon Sep 17 00:00:00 2001 From: tmak2002 Date: Fri, 26 Jan 2024 17:03:56 +0100 Subject: [PATCH] use official image --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9bc02bd..f516409 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,9 @@ version: "3.8" services: web: - build: . + image: quay.io/redlib/redlib + # quay.io/redlib/redlib:latest-arm # uncomment if you use arm64 + # quay.io/redlib/redlib:latest-armv7 # uncomment if you use armv7 restart: always container_name: "redlib" ports: