Skip to content

Instantly share code, notes, and snippets.

View dan2k3k4's full-sized avatar
🏂
Hmm

Dan Lemon dan2k3k4

🏂
Hmm
View GitHub Profile
@dan2k3k4
dan2k3k4 / docker-compose.yml
Last active July 27, 2022 21:38 — forked from seanhandley/docker-compose.yml
Docker For macOS Catalina with Native NFS. You need to ensure `env_vars.sh` is run for your project and to update `/myapp` and `me` to be related to your app and macOS username.
version: '2'
services:
api:
volumes:
- "nfsmount:${CONTAINER_DIR}"
volumes:
nfsmount:
driver: local
driver_opts: