mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Add debugging to the compose file.
This commit is contained in:
parent
c728c743b7
commit
109a18f22c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue