Update docker-compose.yml

This commit is contained in:
2025-11-17 22:52:48 -05:00
parent 12f03a0141
commit c41ac49b19

View File

@@ -35,7 +35,7 @@ services:
create_host_path: False create_host_path: False
propagation: rprivate propagation: rprivate
read_only: False read_only: False
source: /containers/code-server/config source: /mnt/main/containers/code-server/config
target: /config target: /config
type: bind type: bind
volumes: {} volumes: {}