forked from coop-cloud/federatedwiki
Rely on decaf image instead of custom image.
This commit is contained in:
parent
b190900922
commit
13b27471e8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
.env
|
.env*
|
@ -1,3 +0,0 @@
|
|||||||
services:
|
|
||||||
app:
|
|
||||||
image: git.coopcloud.tech/wiki-cafe/wiki-farm:${WIKI_VERSION:-latest}
|
|
@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: dobbs/farm:1.0.26
|
image: dobbs/farm:1.1.0
|
||||||
command: /bin/sh entrypoint.sh
|
command: /bin/sh entrypoint.sh
|
||||||
volumes:
|
volumes:
|
||||||
- "data:/home/node/.wiki"
|
- "data:/home/node/.wiki"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user