diff --git a/docker-compose.yml b/docker-compose.yml index 8b2575b..67a07bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,8 @@ services: main: - image: mahuntington/mydebian:basicmatt - container_name: basicmatt - command: sleep infinity + image: mahuntington/awesom-o:init + container_name: awesom-o + command: /home/matt/.local/bin/claude remote-control + working_dir: /home/matt/mount volumes: - ${BASIC_MATT_DOCKER_MOUNT_PATH}:/home/matt/mount diff --git a/enter-container.sh b/enter-container.sh index 5828c2b..f17395b 100755 --- a/enter-container.sh +++ b/enter-container.sh @@ -1 +1 @@ -docker exec -it --user matt -w /home/matt basicmatt /bin/zsh +docker exec -it --user matt -w /home/matt awesom-o /bin/zsh