I'm running docker-compose up, terminal show me: (root) Additional property mongo is not allowed
I'm practicing with Docker but I have this message in my terminal. Someone have any solution? my docker-compose mongo: image: mongo ports: - "27017:27017" restart: always web: build: . ports: - "3000:3000" links: - mongo command: node index.js Terminal: (root)…