fix: fixed image paths in example

This commit is contained in:
Dominik Meyer 2024-12-27 17:21:58 +01:00
parent 337d85fe81
commit 6ef917dfb4
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -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: