Start the container in root's home, not /.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user