dockerizing-django
dockerizing-django copied to clipboard
volume: loop restarting web container
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,