Merge pull request #59 from RealFascinated/main

Update the docker compose file to not require cloning the repo
This commit is contained in:
永远的极左派
2023-06-14 07:52:25 +08:00
committed by GitHub
+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: