mirror of
https://github.com/Metastem/wikiless
synced 2024-12-06 19:16:58 +01:00
Update docker-compose.yml
This commit is contained in:
+3
-5
@@ -2,13 +2,11 @@ version: "3.7"
|
||||
|
||||
services:
|
||||
wikiless:
|
||||
#build from source, incase repo goes down!
|
||||
#build:
|
||||
#context: .
|
||||
#dockerfile: Dockerfile
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: wikiless
|
||||
hostname: wikiless
|
||||
image: ghcr.io/metastem/wikiless:latest
|
||||
restart: always
|
||||
networks:
|
||||
wikiless_net:
|
||||
|
||||
Reference in New Issue
Block a user