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
image: debian:trixie-slim
command: "tail -F /var/mail/*"
working_dir: /root
volumes:
- ../../Volumes/Sandbox/root-shared:/root/shared