i have made this docker compose and works all except the minecraft-exporter, the error i get is:
mapping values are not allowed here in "./docker-compose.yml", line 16, column 18
I have looked some posts about the same problem but i couldnt find a solution for my problem.
The error is in this lines:
minecraft-exporter:
image: joshi425/minecraft_exporter
environment:
RCON_HOST: 127.0.0.1 \
RCON_PORT: 25575
RCON_PASSWORD: password
ports:
- 9700:8000
volumes:
- /path/to/minecraft/world:/world:ro
I would thank some help