From 109a18f22cf8b3b86a07e7273c4d98d4d9d656db Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Sat, 30 Jul 2022 17:40:38 -0700 Subject: [PATCH] Add debugging to the compose file. --- docker-compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 9a8caf5..ac312fe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,6 +28,9 @@ services: # Allows attaching a debugger from the host # cap_add: # - SYS_PTRACE + # Do nothing instead of starting the server, which is the default. + # Helpful for development or debugging. +# command: tail -f /dev/null volumes: - homedir:/home/user - ./files:/files