Server debugging support for vscode.
All checks were successful
Linting and tests / Linting (push) Successful in 5s
All checks were successful
Linting and tests / Linting (push) Successful in 5s
This commit is contained in:
@@ -7,14 +7,12 @@ services:
|
||||
dockerfile: server/Dockerfile
|
||||
ports:
|
||||
- "53400:53400"
|
||||
- "54000:4000"
|
||||
volumes:
|
||||
- "./data:/data"
|
||||
networks:
|
||||
bunkerd:
|
||||
ipv4_address: 247.247.0.2
|
||||
environment:
|
||||
BUNKERD_DEBUG: "true"
|
||||
BUNKERD_DATABASE_DSN: " "
|
||||
cap_add:
|
||||
- SYS_PTRACE
|
||||
|
Reference in New Issue
Block a user