Update the docker compose file to not require cloning the repo

This commit is contained in:
Liam
2023-06-13 20:52:55 +01:00
committed by GitHub
parent 7a5b1a2e64
commit a65c1ac21e
+7 -3
View File
@@ -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: