Chirpstack.IO - mosquittio restarting

Hi I try run https://www.chirpstack.io from
decker-compose Docker - ChirpStack open-source LoRaWAN® Network Server documentation
I install it on CC100 and everything installed correctly but brocker did’t start and still restarting in container.

docker-compose file:
mosquitto:
image: eclipse-mosquitto:2
restart: unless-stopped
ports:
- 1883:1883
volumes:
- ./configuration/mosquitto/config/:/mosquitto/config/

mosquitto.conf
listener 1883
allow_anonymous true

Do you know what could be wrong?

Did you check the logs ?