Compare commits
2 Commits
c923a12c7c
...
2ce587b1e0
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ce587b1e0 | |||
| b9ad76f103 |
@ -12,3 +12,5 @@ services:
|
|||||||
options:
|
options:
|
||||||
max-size: "10m"
|
max-size: "10m"
|
||||||
max-file: "3"
|
max-file: "3"
|
||||||
|
ports:
|
||||||
|
- "5678:5678"
|
||||||
|
|||||||
14
launch.json
Normal file
14
launch.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Attach to Docker (melesICUmover)",
|
||||||
|
"type": "python",
|
||||||
|
"request": "attach",
|
||||||
|
"connect": {
|
||||||
|
"host": "localhost",
|
||||||
|
"port": 5678
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user