fix: update README quick-start to use correct local build image
- Changed miroir service from nonexistent ronaldraygun/miroir:latest to miroir-dev:latest - Added build section to match actual examples/docker-compose-dev.yml - This ensures the quick-start example works when users follow it verbatim
This commit is contained in:
parent
f07ba9575b
commit
b10dcc8de9
1 changed files with 4 additions and 1 deletions
|
|
@ -82,7 +82,10 @@ services:
|
|||
environment:
|
||||
- MEILI_MASTER_KEY=dev-node-key
|
||||
miroir:
|
||||
image: ronaldraygun/miroir:latest
|
||||
build:
|
||||
context: ..
|
||||
dockerfile: Dockerfile
|
||||
image: miroir-dev:latest
|
||||
environment:
|
||||
- MIROIR_MASTER_KEY=dev-key
|
||||
- MIROIR_NODE_MASTER_KEY=dev-node-key
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue