docker-training icon indicating copy to clipboard operation
docker-training copied to clipboard

docker compose logging error

Open ondrejsika opened this issue 4 years ago • 0 comments

ondrej@sika-macbookpro:~/tmp/d/example--simple-compose/examples/simple-compose (master)$ DOCKER_HOST=ssh://[email protected] PORT=9999 docker-compose up -d
Connected (version 2.0, client OpenSSH_7.9p1)
Authentication (publickey) successful!
Recreating 82844761bc7b_simple-compose_redis_1 ... error

ERROR: for 82844761bc7b_simple-compose_redis_1  Cannot create container for service redis: json: cannot unmarshal number into Go struct field LogConfig.Config of type string

ERROR: for redis  Cannot create container for service redis: json: cannot unmarshal number into Go struct field LogConfig.Config of type string
ERROR: Encountered errors while bringing up the project.

ondrejsika avatar Apr 15 '20 09:04 ondrejsika