Answers for "docker compose mount current directory"

1

docker compose mount current directory

volumes:
    - ./:/app

Where ./ is the host directory, and /app is the target directory for the containers.
Posted by: Guest on October-23-2021
-1

docker compose bind mount current directory

volumes:
    - ./:/app
Posted by: Guest on October-04-2021

Code answers related to "docker compose mount current directory"

Browse Popular Code Answers by Language