Start the container in root's home, not /.

This commit is contained in:
2025-11-11 20:08:13 -07:00
parent 87a571c89a
commit f16b44a5b6

View File

@@ -6,5 +6,6 @@ services:
container_name: sandbox container_name: sandbox
image: debian:trixie-slim image: debian:trixie-slim
command: "tail -F /var/mail/*" command: "tail -F /var/mail/*"
working_dir: /root
volumes: volumes:
- ../../Volumes/Sandbox/root-shared:/root/shared - ../../Volumes/Sandbox/root-shared:/root/shared