mirror of
https://ceregatti.org/git/daniel/dayzdockerserver.git
synced 2025-05-06 14:21:18 +00:00
Add ability to attach a host-based debugger.
This commit is contained in:
parent
215c81f437
commit
e8d0893569
1 changed files with 5 additions and 0 deletions
|
@ -22,7 +22,12 @@ services:
|
|||
# - 2303:2303/udp
|
||||
# - 2304:2304/udp
|
||||
# - 27016:27016/udp
|
||||
# Restart the server if it should exit non zero.
|
||||
# A zero exit means a normal shutdown.
|
||||
restart: on-failure
|
||||
# Allows attaching a debugger from the host
|
||||
# cap_add:
|
||||
# - SYS_PTRACE
|
||||
volumes:
|
||||
- homedir:/home/user
|
||||
- ./files:/files
|
||||
|
|
Loading…
Add table
Reference in a new issue