mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
Update the docker compose file to not require cloning the repo
This commit is contained in:
+7
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user