diff --git a/docker-compose.yml b/docker-compose.yml index 180b2ba..d3496bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,6 +32,7 @@ services: - 'home_local_share:/home/coder/.local/share' - 'home_local_state:/home/coder/.local/state' - 'home_plugins_tmux:/home/coder/.config/tmux/plugins' + - 'home_supermaven:/home/coder/.supermaven' chroma: image: 'ghcr.io/chroma-core/chroma:1.0.10' @@ -51,4 +52,5 @@ volumes: home_local_share: {} home_local_state: {} home_plugins_tmux: {} + home_supermaven: {} chroma_data: {}