fix: fixed image paths in example
This commit is contained in:
parent
337d85fe81
commit
6ef917dfb4
@ -23,7 +23,7 @@ services:
|
|||||||
|
|
||||||
fpmwikindx:
|
fpmwikindx:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: wikindx:fpm-latest
|
image: byterazor/wikindx:fpm-latest
|
||||||
environment:
|
environment:
|
||||||
WIKINDX_DB_HOST: "dbwikindx"
|
WIKINDX_DB_HOST: "dbwikindx"
|
||||||
WIKINDX_DB: "wikindx"
|
WIKINDX_DB: "wikindx"
|
||||||
@ -32,7 +32,7 @@ services:
|
|||||||
|
|
||||||
nginxwikindx:
|
nginxwikindx:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: wikindx:nginx-latest
|
image: byterazor/wikindx:nginx-latest
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user