From a65c1ac21e48acc8d870e1f64e18d64e48695741 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 13 Jun 2023 20:52:55 +0100 Subject: [PATCH] Update the docker compose file to not require cloning the repo --- docker-compose.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6485bce..840288b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,9 +2,13 @@ version: "3.7" services: wikiless: - build: - context: . - dockerfile: Dockerfile + build: https://github.com/Metastem/wikiless.git + # Use the one below if you wish to use the cloned repo + #build: + # context: . + # dockerfile: Dockerfile + + # Outdated image below #image: ghcr.io/metastem/wikiless:latest restart: always networks: