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