Add debugging to the compose file.

This commit is contained in:
Daniel Ceregatti 2022-07-30 17:40:38 -07:00
parent c728c743b7
commit 109a18f22c

View file

@ -28,6 +28,9 @@ services:
# Allows attaching a debugger from the host # Allows attaching a debugger from the host
# cap_add: # cap_add:
# - SYS_PTRACE # - SYS_PTRACE
# Do nothing instead of starting the server, which is the default.
# Helpful for development or debugging.
# command: tail -f /dev/null
volumes: volumes:
- homedir:/home/user - homedir:/home/user
- ./files:/files - ./files:/files