dockerizing-django icon indicating copy to clipboard operation
dockerizing-django copied to clipboard

volume: loop restarting web container

Open jujes opened this issue 8 years ago • 0 comments

if use volumes: in docker-compose.yml with ./web: for local mirror, the container don't start..

  volumes:
    - ./web:/usr/src/app

someone know how make available the volumes using docker-compose? thanks in advance,

jujes avatar Feb 02 '17 14:02 jujes