Update docker-compose.yml

This commit is contained in:
xbdm
2023-07-18 17:16:33 -04:00
committed by GitHub
parent cd561d060c
commit a7966ebee9
+3 -5
View File
@@ -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: