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