commit ea380446669cf30084c3d995ed87105619678cd9 Author: Matthew Huntington Date: Sat Apr 11 13:26:01 2026 -0400 docker compose file diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..8b2575b --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,7 @@ +services: + main: + image: mahuntington/mydebian:basicmatt + container_name: basicmatt + command: sleep infinity + volumes: + - ${BASIC_MATT_DOCKER_MOUNT_PATH}:/home/matt/mount