Skip to content

Instantly share code, notes, and snippets.

@tamakiii
Last active December 3, 2019 22:27
Show Gist options
  • Save tamakiii/017cc52c7d2b7892934743e9705a9bac to your computer and use it in GitHub Desktop.
Save tamakiii/017cc52c7d2b7892934743e9705a9bac to your computer and use it in GitHub Desktop.
php:
...
volumes:
- - .:/project:delegated
+ - project_volume:/project:delegated
+
+ volumes:
+ project_volume:
+ driver_opts:
+ type: none
+ device: "${CURRENT_DIR}"
+ o: bind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment